#5EA6A3

Color #5EA6A3 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #5EA6A3

Tints of Cadet Blue #5EA6A3

Color information

#5EA6A3 (or 0x5EA6A3) is unknown color: approx Cadet Blue. HEX triplet: 5E, A6 and A3. RGB value is (94,166,163). Sum of RGB (Red+Green+Blue) = 94+166+163=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 166 - color contains mainly: green. Hex color #5EA6A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA6A3 is #A1595C. Grayscale: #909090. Windows color (decimal): -10574173 or 10724958. OLE color: 10724958.

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

Color convert

RGB94166163-
CMYK0.4300.020.35
HSL177.5º28.8%50.98%-
HSV(B)177.5º43.37%65.1%-
XYZ24.8632.339.57-
YUV144.13138.6592.24-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.22%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 163 (64.06% from 255) = 38.53%
R=22.22%
G=39.24%
B=38.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal941661630.4300.020.35177.528.850.98
Hex5EA6A32B0223b21d33
Octal1362462435302432623563
Binary101111010100110101000111010110101000111011001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,166,163); }

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

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

 a { background-color: rgb(94,166,163); }

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

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

 span { border-color: rgb(94,166,163); }

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