#5DA276

Color #5DA276 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #5DA276

Tints of Ocean Green #5DA276

Color information

#5DA276 (or 0x5DA276) is unknown color: approx 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

RGB93162118-
CMYK0.4300.270.36
HSL141.74º27.06%50%-
HSV(B)141.74º42.59%63.53%-
XYZ20.729.4821.74-
YUV136.35117.6497.08-

RGB Variations

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

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 (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal931621180.4300.270.36141.7427.0650
Hex5DA2762B01B248e1b32
Octal13524216653033442163362
Binary10111011010001011101101010110110111001001000111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>