#5E9B94

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

Shades of Cadet Blue #5E9B94

Tints of Cadet Blue #5E9B94

Color information

#5E9B94 (or 0x5E9B94) is unknown color: approx Cadet Blue. HEX triplet: 5E, 9B and 94. RGB value is (94,155,148). Sum of RGB (Red+Green+Blue) = 94+155+148=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9B94 is #A1646B. Grayscale: #878787. Windows color (decimal): -10577004 or 9739102. OLE color: 9739102.

HSL color Cylindrical-coordinate representation of color #5E9B94: hue angle of 173.11º 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 #5E9B94 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB94155148-
CMYK0.3900.050.39
HSL173.11º24.5%48.82%-
HSV(B)173.11º39.35%60.78%-
XYZ21.6827.9632.27-
YUV135.96134.7998.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.68%
GREEN value IS 155 (60.94% from 255) = 39.04%
BLUE value IS 148 (58.20% from 255) = 37.28%
R=23.68%
G=39.04%
B=37.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941551480.3900.050.39173.1124.548.82
Hex5E9B94270527ad1831
Octal1362332244705472553061
Binary1011110100110111001010010011101011001111010110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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