Html Css Color HEX #4EACAB Cadet Blue

📋 copy color: '#4EACAB'

red 78 ◦ green 172 ◦ blue 171

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

Shades of Cadet Blue #4EACAB

Tints of Cadet Blue #4EACAB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.86%

 BLUE value IS 171 (67.19% from 255) = 40.62%

R = 18.53%
G = 40.86%
B = 40.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#4EACAB (or 0x4EACAB) is known color: Cadet Blue. HEX triplet: 4E, AC and AB. RGB value is (78,172,171). Sum of RGB (Red+Green+Blue) = 78+172+171=421 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.53% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 172 - color contains mainly: green. Hex color #4EACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EACAB is #B15354. Grayscale: #8F8F8F. Windows color (decimal): -11621205 or 11250766. OLE color: 11250766.

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

Color convert

RGB 78 172 171 -
CMYK 0.55 0 0.01 0.33
HSL 179.36º 0.38% 0.49% -
HSV(B) 179.36º 0.55% 0.67% -
XYZ 25.25 34.07 43.77 -
YUV 143.78 143.36 81.08 -
System Red Green Blue C M Y K H S L
Decimal 78 172 171 0.55 0 0.01 0.33 179.36 0.38 0.49
Hex 4E AC AB 37 0 1 21 B3 26 31
Octal 116 254 253 67 0 1 41 263 46 61
Binary 1001110 10101100 10101011 110111 0 1 100001 10110011 100110 110001

Color Harmonies of #4EACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EACAB

Black with #4EACAB

Text Example


Text Example

White with #4EACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,172,171); }

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

background-color css

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

 a { background-color: rgb(78,172,171); }

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

border-color css

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

 span { border-color: rgb(78,172,171); }

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