#4EA6A1

Color #4EA6A1 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #4EA6A1

Tints of Cadet Blue #4EA6A1

Color information

#4EA6A1 (or 0x4EA6A1) is unknown color: approx Cadet Blue. HEX triplet: 4E, A6 and A1. RGB value is (78,166,161). Sum of RGB (Red+Green+Blue) = 78+166+161=405 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.26% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 166 - color contains mainly: green. Hex color #4EA6A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA6A1 is #B1595E. Grayscale: #8B8B8B. Windows color (decimal): -11622751 or 10593870. OLE color: 10593870.

HSL color Cylindrical-coordinate representation of color #4EA6A1: hue angle of 176.59º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4EA6A1 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB78166161-
CMYK0.5300.030.35
HSL176.59º36.07%47.84%-
HSV(B)176.59º53.01%65.1%-
XYZ23.2131.4738.57-
YUV139.12140.3584.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.26%
GREEN value IS 166 (65.23% from 255) = 40.99%
BLUE value IS 161 (63.28% from 255) = 39.75%
R=19.26%
G=40.99%
B=39.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal781661610.5300.030.35176.5936.0747.84
Hex4EA6A1350323b12430
Octal1162462416503432614460
Binary1001110101001101010000111010101110001110110001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EA6A1;
 }
 .AnyTagClassName
 {
   color: #4EA6A1;
 }
</style>
background-color css

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

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

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

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

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

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