Html Css Color HEX #5DA276 Ocean Green

📋 copy color: '#5DA276'

red 93 ◦ green 162 ◦ blue 118

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

Shades of Ocean Green #5DA276

Tints of Ocean Green #5DA276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.43%

 BLUE value IS 118 (46.48% from 255) = 31.64%

R = 24.93%
G = 43.43%
B = 31.64%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#5DA276 (or 0x5DA276) is known color: Ocean Green. HEX triplet: 5D, A2 and 76. RGB value is (93,162,118). Sum of RGB (Red+Green+Blue) = 93+162+118=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA276 is #A25D89. Grayscale: #888888. Windows color (decimal): -10640778 or 7774813. OLE color: 7774813.

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

Color convert

RGB 93 162 118 -
CMYK 0.43 0 0.27 0.36
HSL 141.74º 0.27% 0.5% -
HSV(B) 141.74º 0.43% 0.64% -
XYZ 20.7 29.48 21.74 -
YUV 136.35 117.64 97.08 -
System Red Green Blue C M Y K H S L
Decimal 93 162 118 0.43 0 0.27 0.36 141.74 0.27 0.5
Hex 5D A2 76 2B 0 1B 24 8E 1B 32
Octal 135 242 166 53 0 33 44 216 33 62
Binary 1011101 10100010 1110110 101011 0 11011 100100 10001110 11011 110010

Color Harmonies of #5DA276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA276

Black with #5DA276

Text Example


Text Example

White with #5DA276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,162,118); }

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

background-color css

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

 a { background-color: rgb(93,162,118); }

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

border-color css

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

 span { border-color: rgb(93,162,118); }

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