Html Css Color HEX #5E9B9A Cadet Blue

📋 copy color: '#5E9B9A'

red 94 ◦ green 155 ◦ blue 154

#5E9B9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #5E9B9A

Tints of Cadet Blue #5E9B9A

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 value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#5E9B9A (or 0x5E9B9A) is known color: 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

RGB 94 155 154 -
CMYK 0.39 0 0.01 0.39
HSL 179.02º 0.24% 0.49% -
HSV(B) 179.02º 0.39% 0.61% -
XYZ 22.17 28.16 34.84 -
YUV 136.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 94 155 154 0.39 0 0.01 0.39 179.02 0.24 0.49
Hex 5E 9B 9A 27 0 1 27 B3 18 31
Octal 136 233 232 47 0 1 47 263 30 61
Binary 1011110 10011011 10011010 100111 0 1 100111 10110011 11000 110001

Color Harmonies of #5E9B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9B9A

Black with #5E9B9A

Text Example


Text Example

White with #5E9B9A

Text Example


Text Example

HTML Codes & Css Web 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>