#4AABAB

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

Shades of Cadet Blue #4AABAB

Tints of Cadet Blue #4AABAB

Color information

#4AABAB (or 0x4AABAB) is unknown color: approx Cadet Blue. HEX triplet: 4A, AB and AB. RGB value is (74,171,171). Sum of RGB (Red+Green+Blue) = 74+171+171=416 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.79% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #4AABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AABAB is #B55454. Grayscale: #8D8D8D. Windows color (decimal): -11883605 or 11250506. OLE color: 11250506.

HSL color Cylindrical-coordinate representation of color #4AABAB: hue angle of 180º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AABAB is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB74171171-
CMYK0.57000.33
HSL180º39.59%48.04%-
HSV(B)180º56.73%67.06%-
XYZ24.7433.5243.69-
YUV142144.3679.5-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.79%
GREEN value IS 171 (67.19% from 255) = 41.11%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=17.79%
G=41.11%
B=41.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741711710.57000.3318039.5948.04
Hex4AABAB390021b42830
Octal1122532537100412645060
Binary100101010101011101010111110010010000110110100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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