Html Css Color HEX #5EAAA3 Cadet Blue

📋 copy color: '#5EAAA3'

red 94 ◦ green 170 ◦ blue 163

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

Shades of Cadet Blue #5EAAA3

Tints of Cadet Blue #5EAAA3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.81%

 BLUE value IS 163 (64.06% from 255) = 38.17%

R = 22.01%
G = 39.81%
B = 38.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#5EAAA3 (or 0x5EAAA3) is known color: Cadet Blue. HEX triplet: 5E, AA and A3. RGB value is (94,170,163). Sum of RGB (Red+Green+Blue) = 94+170+163=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 163 (64.06% from 255 or 38.17% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAAA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAAA3 is #A1555C. Grayscale: #929292. Windows color (decimal): -10573149 or 10725982. OLE color: 10725982.

HSL color Cylindrical-coordinate representation of color #5EAAA3: hue angle of 174.47º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EAAA3 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 170 163 -
CMYK 0.45 0 0.04 0.33
HSL 174.47º 0.31% 0.52% -
HSV(B) 174.47º 0.45% 0.67% -
XYZ 25.6 33.77 39.82 -
YUV 146.48 137.32 90.57 -
System Red Green Blue C M Y K H S L
Decimal 94 170 163 0.45 0 0.04 0.33 174.47 0.31 0.52
Hex 5E AA A3 2D 0 4 21 AE 1F 34
Octal 136 252 243 55 0 4 41 256 37 64
Binary 1011110 10101010 10100011 101101 0 100 100001 10101110 11111 110100

Color Harmonies of #5EAAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAAA3

Black with #5EAAA3

Text Example


Text Example

White with #5EAAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,170,163); }

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

background-color css

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

 a { background-color: rgb(94,170,163); }

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

border-color css

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

 span { border-color: rgb(94,170,163); }

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