Html Css Color HEX #5DA674 Ocean Green

📋 copy color: '#5DA674'

red 93 ◦ green 166 ◦ blue 116

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

Shades of Ocean Green #5DA674

Tints of Ocean Green #5DA674

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.27%

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 24.8%
G = 44.27%
B = 30.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#5DA674 (or 0x5DA674) is known color: Ocean Green. HEX triplet: 5D, A6 and 74. RGB value is (93,166,116). Sum of RGB (Red+Green+Blue) = 93+166+116=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA674 is #A2598B. Grayscale: #8A8A8A. Windows color (decimal): -10639756 or 7644765. OLE color: 7644765.

HSL color Cylindrical-coordinate representation of color #5DA674: hue angle of 138.9º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA674 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 93 166 116 -
CMYK 0.44 0 0.30 0.35
HSL 138.9º 0.29% 0.51% -
HSV(B) 138.9º 0.44% 0.65% -
XYZ 21.3 30.86 21.36 -
YUV 138.47 115.32 95.57 -
System Red Green Blue C M Y K H S L
Decimal 93 166 116 0.44 0 0.30 0.35 138.9 0.29 0.51
Hex 5D A6 74 2C 0 1E 23 8B 1D 33
Octal 135 246 164 54 0 36 43 213 35 63
Binary 1011101 10100110 1110100 101100 0 11110 100011 10001011 11101 110011

Color Harmonies of #5DA674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA674

Black with #5DA674

Text Example


Text Example

White with #5DA674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,166,116); }

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

background-color css

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

 a { background-color: rgb(93,166,116); }

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

border-color css

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

 span { border-color: rgb(93,166,116); }

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