Html Css Color HEX #4EABAB Cadet Blue

📋 copy color: '#4EABAB'

red 78 ◦ green 171 ◦ blue 171

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

Shades of Cadet Blue #4EABAB

Tints of Cadet Blue #4EABAB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.71%

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

R = 18.57%
G = 40.71%
B = 40.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4EABAB (or 0x4EABAB) is known color: Cadet Blue. HEX triplet: 4E, AB and AB. RGB value is (78,171,171). Sum of RGB (Red+Green+Blue) = 78+171+171=420 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.57% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #4EABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EABAB is #B15454. Grayscale: #8F8F8F. Windows color (decimal): -11621461 or 11250510. OLE color: 11250510.

HSL color Cylindrical-coordinate representation of color #4EABAB: hue angle of 180º 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 #4EABAB is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 171 171 -
CMYK 0.54 0 0 0.33
HSL 180º 0.37% 0.49% -
HSV(B) 180º 0.54% 0.67% -
XYZ 25.06 33.69 43.71 -
YUV 143.19 143.69 81.5 -
System Red Green Blue C M Y K H S L
Decimal 78 171 171 0.54 0 0 0.33 180 0.37 0.49
Hex 4E AB AB 36 0 0 21 B4 25 31
Octal 116 253 253 66 0 0 41 264 45 61
Binary 1001110 10101011 10101011 110110 0 0 100001 10110100 100101 110001

Color Harmonies of #4EABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EABAB

Black with #4EABAB

Text Example


Text Example

White with #4EABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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