Html Css Color HEX #4EAAA5 Cadet Blue

📋 copy color: '#4EAAA5'

red 78 ◦ green 170 ◦ blue 165

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

Shades of Cadet Blue #4EAAA5

Tints of Cadet Blue #4EAAA5

RGB

 RED value IS 78 (30.86% from 255) = 18.89%

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

 BLUE value IS 165 (64.84% from 255) = 39.95%

R = 18.89%
G = 41.16%
B = 39.95%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#4EAAA5 (or 0x4EAAA5) is known color: Cadet Blue. HEX triplet: 4E, AA and A5. RGB value is (78,170,165). Sum of RGB (Red+Green+Blue) = 78+170+165=413 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.89% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #4EAAA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAAA5 is #B1555A. Grayscale: #8D8D8D. Windows color (decimal): -11621723 or 10857038. OLE color: 10857038.

HSL color Cylindrical-coordinate representation of color #4EAAA5: hue angle of 176.74º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EAAA5 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 170 165 -
CMYK 0.54 0 0.03 0.33
HSL 176.74º 0.37% 0.49% -
HSV(B) 176.74º 0.54% 0.67% -
XYZ 24.31 33.09 40.7 -
YUV 141.92 141.02 82.41 -
System Red Green Blue C M Y K H S L
Decimal 78 170 165 0.54 0 0.03 0.33 176.74 0.37 0.49
Hex 4E AA A5 36 0 3 21 B1 25 31
Octal 116 252 245 66 0 3 41 261 45 61
Binary 1001110 10101010 10100101 110110 0 11 100001 10110001 100101 110001

Color Harmonies of #4EAAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAAA5

Black with #4EAAA5

Text Example


Text Example

White with #4EAAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4EAAA5; }

 p { color: rgb(78,170,165); }

 H1.HeaderClassName
 {
   color: #4EAAA5;
 }
 .AnyTagClassName
 {
   color: #4EAAA5;
 }
</style>

background-color css

<style>
 a { background-color: #4EAAA5; }

 a { background-color: rgb(78,170,165); }

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

border-color css

<style>
 span { border-color: #4EAAA5; }

 span { border-color: rgb(78,170,165); }

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