#5E9B9A

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

Shades of Cadet Blue #5E9B9A

Tints of Cadet Blue #5E9B9A

Color information

#5E9B9A (or 0x5E9B9A) is unknown color: approx Cadet Blue. HEX triplet: 5E, 9B and 9A. RGB value is (94,155,154). Sum of RGB (Red+Green+Blue) = 94+155+154=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9B9A is #A16465. Grayscale: #888888. Windows color (decimal): -10576998 or 10132318. OLE color: 10132318.

HSL color Cylindrical-coordinate representation of color #5E9B9A: hue angle of 179.02º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9B9A is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB94155154-
CMYK0.3900.010.39
HSL179.02º24.5%48.82%-
HSV(B)179.02º39.35%60.78%-
XYZ22.1728.1634.84-
YUV136.65137.7997.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.33%
GREEN value IS 155 (60.94% from 255) = 38.46%
BLUE value IS 154 (60.55% from 255) = 38.21%
R=23.33%
G=38.46%
B=38.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941551540.3900.010.39179.0224.548.82
Hex5E9B9A270127b31831
Octal1362332324701472633061
Binary10111101001101110011010100111011001111011001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,155,154); }

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

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

 a { background-color: rgb(94,155,154); }

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

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

 span { border-color: rgb(94,155,154); }

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