#5FAD7E

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

Shades of Ocean Green #5FAD7E

Tints of Ocean Green #5FAD7E

Color information

#5FAD7E (or 0x5FAD7E) is unknown color: approx Ocean Green. HEX triplet: 5F, AD and 7E. RGB value is (95,173,126). Sum of RGB (Red+Green+Blue) = 95+173+126=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAD7E is #A05281. Grayscale: #909090. Windows color (decimal): -10506882 or 8301919. OLE color: 8301919.

HSL color Cylindrical-coordinate representation of color #5FAD7E: hue angle of 143.85º degrees, saturation: 0.32, 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 #5FAD7E is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB95173126-
CMYK0.4500.270.32
HSL143.85º32.23%52.55%-
HSV(B)143.85º45.09%67.84%-
XYZ23.4333.8325.03-
YUV144.32117.6692.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.11%
GREEN value IS 173 (67.97% from 255) = 43.91%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=24.11%
G=43.91%
B=31.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951731260.4500.270.32143.8532.2352.55
Hex5FAD7E2D01B20902035
Octal13725517655033402204065
Binary101111110101101111111010110101101110000010010000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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