#5FAE7E

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

Shades of Ocean Green #5FAE7E

Tints of Ocean Green #5FAE7E

Color information

#5FAE7E (or 0x5FAE7E) is unknown color: approx Ocean Green. HEX triplet: 5F, AE and 7E. RGB value is (95,174,126). Sum of RGB (Red+Green+Blue) = 95+174+126=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAE7E is #A05181. Grayscale: #919191. Windows color (decimal): -10506626 or 8302175. OLE color: 8302175.

HSL color Cylindrical-coordinate representation of color #5FAE7E: hue angle of 143.54º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAE7E is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB95174126-
CMYK0.4500.280.32
HSL143.54º32.78%52.75%-
HSV(B)143.54º45.4%68.24%-
XYZ23.6234.2125.1-
YUV144.91117.3392.4-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.05%
GREEN value IS 174 (68.36% from 255) = 44.05%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=24.05%
G=44.05%
B=31.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951741260.4500.280.32143.5432.7852.75
Hex5FAE7E2D01C20902135
Octal13725617655034402204165
Binary101111110101110111111010110101110010000010010000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FAE7E; }

 p { color: rgb(95,174,126); }

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

<style>
 a { background-color: #5FAE7E; }

 a { background-color: rgb(95,174,126); }

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

<style>
 span { border-color: #5FAE7E; }

 span { border-color: rgb(95,174,126); }

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