Html Css Color HEX #5FA07C Ocean Green

📋 copy color: '#5FA07C'

red 95 ◦ green 160 ◦ blue 124

#5FA07C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #5FA07C

Tints of Ocean Green #5FA07C

RGB

 RED value IS 95 (37.5% from 255) = 25.07%

 GREEN value IS 160 (62.89% from 255) = 42.22%

 BLUE value IS 124 (48.83% from 255) = 32.72%

R = 25.07%
G = 42.22%
B = 32.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#5FA07C (or 0x5FA07C) is known color: Ocean Green. HEX triplet: 5F, A0 and 7C. RGB value is (95,160,124). Sum of RGB (Red+Green+Blue) = 95+160+124=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA07C is #A05F83. Grayscale: #888888. Windows color (decimal): -10510212 or 8167519. OLE color: 8167519.

HSL color Cylindrical-coordinate representation of color #5FA07C: hue angle of 146.77º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA07C is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 95 160 124 -
CMYK 0.41 0 0.22 0.37
HSL 146.77º 0.25% 0.5% -
HSV(B) 146.77º 0.41% 0.63% -
XYZ 20.93 29.03 23.57 -
YUV 136.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 95 160 124 0.41 0 0.22 0.37 146.77 0.25 0.5
Hex 5F A0 7C 29 0 16 25 93 19 32
Octal 137 240 174 51 0 26 45 223 31 62
Binary 1011111 10100000 1111100 101001 0 10110 100101 10010011 11001 110010

Color Harmonies of #5FA07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA07C

Black with #5FA07C

Text Example


Text Example

White with #5FA07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,160,124); }

 H1.HeaderClassName
 {
   color: #5FA07C;
 }
 .AnyTagClassName
 {
   color: #5FA07C;
 }
</style>

background-color css

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

 a { background-color: rgb(95,160,124); }

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

border-color css

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

 span { border-color: rgb(95,160,124); }

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