#4CAD6B

Color #4CAD6B Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4CAD6B

Tints of Ocean Green #4CAD6B

Color information

#4CAD6B (or 0x4CAD6B) is unknown color: approx Ocean Green. HEX triplet: 4C, AD and 6B. RGB value is (76,173,107). Sum of RGB (Red+Green+Blue) = 76+173+107=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #4CAD6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAD6B is #B35294. Grayscale: #888888. Windows color (decimal): -11752085 or 7056716. OLE color: 7056716.

HSL color Cylindrical-coordinate representation of color #4CAD6B: hue angle of 139.18º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAD6B is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB76173107-
CMYK0.5600.380.32
HSL139.18º38.96%48.82%-
HSV(B)139.18º56.07%67.84%-
XYZ20.5832.4919.1-
YUV136.47111.3684.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 21.35%
GREEN value IS 173 (67.97% from 255) = 48.60%
BLUE value IS 107 (42.19% from 255) = 30.06%
R=21.35%
G=48.60%
B=30.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761731070.5600.380.32139.1838.9648.82
Hex4CAD6B38026208b2731
Octal11425515370046402134761
Binary1001100101011011101011111000010011010000010001011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CAD6B; }

 p { color: rgb(76,173,107); }

 H1.HeaderClassName
 {
   color: #4CAD6B;
 }
 .AnyTagClassName
 {
   color: #4CAD6B;
 }
</style>
background-color css

<style>
 a { background-color: #4CAD6B; }

 a { background-color: rgb(76,173,107); }

 div.DivClassName
 {
   background-color: #4CAD6B;
 }
 .BgClassName
 {
   background-color: #4CAD6B;
 }
</style>
border-color css

<style>
 span { border-color: #4CAD6B; }

 span { border-color: rgb(76,173,107); }

 td.TdClassName
 {
   border-color: #4CAD6B;
 }
 .TagClassName
 {
   border-color: #4CAD6B;
 }
</style>