#5DA275

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

Shades of Ocean Green #5DA275

Tints of Ocean Green #5DA275

Color information

#5DA275 (or 0x5DA275) is unknown color: approx Ocean Green. HEX triplet: 5D, A2 and 75. RGB value is (93,162,117). Sum of RGB (Red+Green+Blue) = 93+162+117=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA275 is #A25D8A. Grayscale: #888888. Windows color (decimal): -10640779 or 7709277. OLE color: 7709277.

HSL color Cylindrical-coordinate representation of color #5DA275: hue angle of 140.87º 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 #5DA275 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB93162117-
CMYK0.4300.280.36
HSL140.87º27.06%50%-
HSV(B)140.87º42.59%63.53%-
XYZ20.6529.4521.43-
YUV136.24117.1497.16-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25%
GREEN value IS 162 (63.67% from 255) = 43.55%
BLUE value IS 117 (46.09% from 255) = 31.45%
R=25%
G=43.55%
B=31.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal931621170.4300.280.36140.8727.0650
Hex5DA2752B01C248d1b32
Octal13524216553034442153362
Binary10111011010001011101011010110111001001001000110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DA275;
 }
 .AnyTagClassName
 {
   color: #5DA275;
 }
</style>
background-color css

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

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

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

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

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

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