#5EA396

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

Shades of Cadet Blue #5EA396

Tints of Cadet Blue #5EA396

Color information

#5EA396 (or 0x5EA396) is unknown color: approx Cadet Blue. HEX triplet: 5E, A3 and 96. RGB value is (94,163,150). Sum of RGB (Red+Green+Blue) = 94+163+150=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA396 is #A15C69. Grayscale: #8C8C8C. Windows color (decimal): -10574954 or 9872222. OLE color: 9872222.

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

Color convert

RGB94163150-
CMYK0.4200.080.36
HSL168.7º27.27%50.39%-
HSV(B)168.7º42.33%63.92%-
XYZ23.2230.7833.57-
YUV140.89133.1494.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.10%
GREEN value IS 163 (64.06% from 255) = 40.05%
BLUE value IS 150 (58.98% from 255) = 36.86%
R=23.10%
G=40.05%
B=36.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal941631500.4200.080.36168.727.2750.39
Hex5EA3962A0824a91b32
Octal13624322652010442513362
Binary10111101010001110010110101010010001001001010100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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