Html Css Color HEX #5FA37C Ocean Green

📋 copy color: '#5FA37C'

red 95 ◦ green 163 ◦ blue 124

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

Shades of Ocean Green #5FA37C

Tints of Ocean Green #5FA37C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.67%

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

R = 24.87%
G = 42.67%
B = 32.46%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#5FA37C (or 0x5FA37C) is known color: Ocean Green. HEX triplet: 5F, A3 and 7C. RGB value is (95,163,124). Sum of RGB (Red+Green+Blue) = 95+163+124=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA37C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA37C is #A05C83. Grayscale: #8A8A8A. Windows color (decimal): -10509444 or 8168287. OLE color: 8168287.

HSL color Cylindrical-coordinate representation of color #5FA37C: hue angle of 145.59º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA37C is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 95 163 124 -
CMYK 0.42 0 0.24 0.36
HSL 145.59º 0.27% 0.51% -
HSV(B) 145.59º 0.42% 0.64% -
XYZ 21.45 30.08 23.74 -
YUV 138.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 95 163 124 0.42 0 0.24 0.36 145.59 0.27 0.51
Hex 5F A3 7C 2A 0 18 24 92 1B 33
Octal 137 243 174 52 0 30 44 222 33 63
Binary 1011111 10100011 1111100 101010 0 11000 100100 10010010 11011 110011

Color Harmonies of #5FA37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA37C

Black with #5FA37C

Text Example


Text Example

White with #5FA37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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