Html Css Color HEX #5FA97D Ocean Green

📋 copy color: '#5FA97D'

red 95 ◦ green 169 ◦ blue 125

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

Shades of Ocean Green #5FA97D

Tints of Ocean Green #5FA97D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.44%

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 24.42%
G = 43.44%
B = 32.13%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#5FA97D (or 0x5FA97D) is known color: Ocean Green. HEX triplet: 5F, A9 and 7D. RGB value is (95,169,125). Sum of RGB (Red+Green+Blue) = 95+169+125=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA97D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA97D is #A05682. Grayscale: #8D8D8D. Windows color (decimal): -10507907 or 8235359. OLE color: 8235359.

HSL color Cylindrical-coordinate representation of color #5FA97D: hue angle of 144.32º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FA97D is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 95 169 125 -
CMYK 0.44 0 0.26 0.34
HSL 144.32º 0.3% 0.52% -
HSV(B) 144.32º 0.44% 0.66% -
XYZ 22.61 32.29 24.44 -
YUV 141.86 118.48 94.58 -
System Red Green Blue C M Y K H S L
Decimal 95 169 125 0.44 0 0.26 0.34 144.32 0.3 0.52
Hex 5F A9 7D 2C 0 1A 22 90 1E 34
Octal 137 251 175 54 0 32 42 220 36 64
Binary 1011111 10101001 1111101 101100 0 11010 100010 10010000 11110 110100

Color Harmonies of #5FA97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA97D

Black with #5FA97D

Text Example


Text Example

White with #5FA97D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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