Html Css Color HEX #5DA878 Ocean Green

📋 copy color: '#5DA878'

red 93 ◦ green 168 ◦ blue 120

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

Shades of Ocean Green #5DA878

Tints of Ocean Green #5DA878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.5%

R = 24.41%
G = 44.09%
B = 31.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#5DA878 (or 0x5DA878) is known color: Ocean Green. HEX triplet: 5D, A8 and 78. RGB value is (93,168,120). Sum of RGB (Red+Green+Blue) = 93+168+120=381 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.41% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA878 is #A25787. Grayscale: #8C8C8C. Windows color (decimal): -10639240 or 7907421. OLE color: 7907421.

HSL color Cylindrical-coordinate representation of color #5DA878: hue angle of 141.6º 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 #5DA878 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 93 168 120 -
CMYK 0.45 0 0.29 0.34
HSL 141.6º 0.3% 0.51% -
HSV(B) 141.6º 0.45% 0.66% -
XYZ 21.91 31.69 22.73 -
YUV 140.1 116.65 94.4 -
System Red Green Blue C M Y K H S L
Decimal 93 168 120 0.45 0 0.29 0.34 141.6 0.3 0.51
Hex 5D A8 78 2D 0 1D 22 8E 1E 33
Octal 135 250 170 55 0 35 42 216 36 63
Binary 1011101 10101000 1111000 101101 0 11101 100010 10001110 11110 110011

Color Harmonies of #5DA878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA878

Black with #5DA878

Text Example


Text Example

White with #5DA878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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