#4CAD87

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

Shades of Ocean Green #4CAD87

Tints of Ocean Green #4CAD87

Color information

#4CAD87 (or 0x4CAD87) is unknown color: approx Ocean Green. HEX triplet: 4C, AD and 87. RGB value is (76,173,135). Sum of RGB (Red+Green+Blue) = 76+173+135=384 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.79% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #4CAD87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAD87 is #B35278. Grayscale: #8B8B8B. Windows color (decimal): -11752057 or 8891724. OLE color: 8891724.

HSL color Cylindrical-coordinate representation of color #4CAD87: hue angle of 156.49º 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 #4CAD87 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB76173135-
CMYK0.5600.220.32
HSL156.49º38.96%48.82%-
HSV(B)156.49º56.07%67.84%-
XYZ22.333.1728.15-
YUV139.66125.3682.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.79%
GREEN value IS 173 (67.97% from 255) = 45.05%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=19.79%
G=45.05%
B=35.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761731350.5600.220.32156.4938.9648.82
Hex4CAD8738016209c2731
Octal11425520770026402344761
Binary1001100101011011000011111100001011010000010011100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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