#5FAF7D

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

Shades of Ocean Green #5FAF7D

Tints of Ocean Green #5FAF7D

Color information

#5FAF7D (or 0x5FAF7D) is unknown color: approx Ocean Green. HEX triplet: 5F, AF and 7D. RGB value is (95,175,125). Sum of RGB (Red+Green+Blue) = 95+175+125=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAF7D is #A05082. Grayscale: #919191. Windows color (decimal): -10506371 or 8236895. OLE color: 8236895.

HSL color Cylindrical-coordinate representation of color #5FAF7D: hue angle of 142.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FAF7D is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB95175125-
CMYK0.4600.290.31
HSL142.5º33.33%52.94%-
HSV(B)142.5º45.71%68.63%-
XYZ23.7534.5724.82-
YUV145.38116.592.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.05%
GREEN value IS 175 (68.75% from 255) = 44.30%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=24.05%
G=44.30%
B=31.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951751250.4600.290.31142.533.3352.94
Hex5FAF7D2E01D1F8e2135
Octal13725717556035372164165
Binary10111111010111111111011011100111011111110001110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,175,125); }

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

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

 a { background-color: rgb(95,175,125); }

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

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

 span { border-color: rgb(95,175,125); }

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