#4CA97E

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

Shades of Ocean Green #4CA97E

Tints of Ocean Green #4CA97E

Color information

#4CA97E (or 0x4CA97E) is unknown color: approx Ocean Green. HEX triplet: 4C, A9 and 7E. RGB value is (76,169,126). Sum of RGB (Red+Green+Blue) = 76+169+126=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 169 - color contains mainly: green. Hex color #4CA97E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA97E is #B35681. Grayscale: #888888. Windows color (decimal): -11753090 or 8300876. OLE color: 8300876.

HSL color Cylindrical-coordinate representation of color #4CA97E: hue angle of 152.26º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CA97E is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB76169126-
CMYK0.5500.250.34
HSL152.26º37.96%48.04%-
HSV(B)152.26º55.03%66.27%-
XYZ20.9331.4224.7-
YUV136.29122.1985-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.49%
GREEN value IS 169 (66.41% from 255) = 45.55%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=20.49%
G=45.55%
B=33.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal761691260.5500.250.34152.2637.9648.04
Hex4CA97E3701922982630
Octal11425117667031422304660
Binary100110010101001111111011011101100110001010011000100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,169,126); }

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

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

 a { background-color: rgb(76,169,126); }

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

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

 span { border-color: rgb(76,169,126); }

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