Html Css Color HEX #5DA872 Ocean Green

📋 copy color: '#5DA872'

red 93 ◦ green 168 ◦ blue 114

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

Shades of Ocean Green #5DA872

Tints of Ocean Green #5DA872

RGB

 RED value IS 93 (36.72% from 255) = 24.8%

 GREEN value IS 168 (66.02% from 255) = 44.8%

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 24.8%
G = 44.8%
B = 30.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#5DA872 (or 0x5DA872) is known color: Ocean Green. HEX triplet: 5D, A8 and 72. RGB value is (93,168,114). Sum of RGB (Red+Green+Blue) = 93+168+114=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA872 is #A2578D. Grayscale: #8B8B8B. Windows color (decimal): -10639246 or 7514205. OLE color: 7514205.

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

Color convert

RGB 93 168 114 -
CMYK 0.45 0 0.32 0.34
HSL 136.8º 0.3% 0.51% -
HSV(B) 136.8º 0.45% 0.66% -
XYZ 21.55 31.55 20.87 -
YUV 139.42 113.65 94.89 -
System Red Green Blue C M Y K H S L
Decimal 93 168 114 0.45 0 0.32 0.34 136.8 0.3 0.51
Hex 5D A8 72 2D 0 20 22 89 1E 33
Octal 135 250 162 55 0 40 42 211 36 63
Binary 1011101 10101000 1110010 101101 0 100000 100010 10001001 11110 110011

Color Harmonies of #5DA872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA872

Black with #5DA872

Text Example


Text Example

White with #5DA872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,168,114); }

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

background-color css

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

 a { background-color: rgb(93,168,114); }

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

border-color css

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

 span { border-color: rgb(93,168,114); }

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