Html Css Color HEX #5EA49F Cadet Blue

📋 copy color: '#5EA49F'

red 94 ◦ green 164 ◦ blue 159

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

Shades of Cadet Blue #5EA49F

Tints of Cadet Blue #5EA49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 22.54%
G = 39.33%
B = 38.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#5EA49F (or 0x5EA49F) is known color: Cadet Blue. HEX triplet: 5E, A4 and 9F. RGB value is (94,164,159). Sum of RGB (Red+Green+Blue) = 94+164+159=417 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.54% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 164 - color contains mainly: green. Hex color #5EA49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA49F is #A15B60. Grayscale: #8E8E8E. Windows color (decimal): -10574689 or 10462302. OLE color: 10462302.

HSL color Cylindrical-coordinate representation of color #5EA49F: hue angle of 175.71º 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 #5EA49F is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 94 164 159 -
CMYK 0.43 0 0.03 0.36
HSL 175.71º 0.28% 0.51% -
HSV(B) 175.71º 0.43% 0.64% -
XYZ 24.15 31.43 37.6 -
YUV 142.5 137.31 93.41 -
System Red Green Blue C M Y K H S L
Decimal 94 164 159 0.43 0 0.03 0.36 175.71 0.28 0.51
Hex 5E A4 9F 2B 0 3 24 B0 1C 33
Octal 136 244 237 53 0 3 44 260 34 63
Binary 1011110 10100100 10011111 101011 0 11 100100 10110000 11100 110011

Color Harmonies of #5EA49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA49F

Black with #5EA49F

Text Example


Text Example

White with #5EA49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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