Html Css Color HEX #5EA49B Cadet Blue

📋 copy color: '#5EA49B'

red 94 ◦ green 164 ◦ blue 155

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

Shades of Cadet Blue #5EA49B

Tints of Cadet Blue #5EA49B

RGB

 RED value IS 94 (37.11% from 255) = 22.76%

 GREEN value IS 164 (64.45% from 255) = 39.71%

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 22.76%
G = 39.71%
B = 37.53%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#5EA49B (or 0x5EA49B) is known color: Cadet Blue. HEX triplet: 5E, A4 and 9B. RGB value is (94,164,155). Sum of RGB (Red+Green+Blue) = 94+164+155=413 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.76% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 164 - color contains mainly: green. Hex color #5EA49B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA49B is #A15B64. Grayscale: #8E8E8E. Windows color (decimal): -10574693 or 10200158. OLE color: 10200158.

HSL color Cylindrical-coordinate representation of color #5EA49B: hue angle of 172.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA49B is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 94 164 155 -
CMYK 0.43 0 0.05 0.36
HSL 172.29º 0.28% 0.51% -
HSV(B) 172.29º 0.43% 0.64% -
XYZ 23.81 31.3 35.8 -
YUV 142.04 135.31 93.73 -
System Red Green Blue C M Y K H S L
Decimal 94 164 155 0.43 0 0.05 0.36 172.29 0.28 0.51
Hex 5E A4 9B 2B 0 5 24 AC 1C 33
Octal 136 244 233 53 0 5 44 254 34 63
Binary 1011110 10100100 10011011 101011 0 101 100100 10101100 11100 110011

Color Harmonies of #5EA49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA49B

Black with #5EA49B

Text Example


Text Example

White with #5EA49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5EA49B;
 }
 .AnyTagClassName
 {
   color: #5EA49B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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