Html Css Color HEX #4EA9A1 Cadet Blue

📋 copy color: '#4EA9A1'

red 78 ◦ green 169 ◦ blue 161

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

Shades of Cadet Blue #4EA9A1

Tints of Cadet Blue #4EA9A1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.42%

 BLUE value IS 161 (63.28% from 255) = 39.46%

R = 19.12%
G = 41.42%
B = 39.46%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#4EA9A1 (or 0x4EA9A1) is known color: Cadet Blue. HEX triplet: 4E, A9 and A1. RGB value is (78,169,161). Sum of RGB (Red+Green+Blue) = 78+169+161=408 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.12% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 169 - color contains mainly: green. Hex color #4EA9A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA9A1 is #B1565E. Grayscale: #8C8C8C. Windows color (decimal): -11621983 or 10594638. OLE color: 10594638.

HSL color Cylindrical-coordinate representation of color #4EA9A1: hue angle of 174.73º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EA9A1 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 78 169 161 -
CMYK 0.54 0 0.05 0.34
HSL 174.73º 0.37% 0.48% -
HSV(B) 174.73º 0.54% 0.66% -
XYZ 23.76 32.57 38.75 -
YUV 140.88 139.35 83.15 -
System Red Green Blue C M Y K H S L
Decimal 78 169 161 0.54 0 0.05 0.34 174.73 0.37 0.48
Hex 4E A9 A1 36 0 5 22 AF 25 30
Octal 116 251 241 66 0 5 42 257 45 60
Binary 1001110 10101001 10100001 110110 0 101 100010 10101111 100101 110000

Color Harmonies of #4EA9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA9A1

Black with #4EA9A1

Text Example


Text Example

White with #4EA9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,169,161); }

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

background-color css

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

 a { background-color: rgb(78,169,161); }

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

border-color css

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

 span { border-color: rgb(78,169,161); }

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