#41AAAB

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

Shades of Cadet Blue #41AAAB

Tints of Cadet Blue #41AAAB

Color information

#41AAAB (or 0x41AAAB) is unknown color: approx Cadet Blue. HEX triplet: 41, AA and AB. RGB value is (65,170,171). Sum of RGB (Red+Green+Blue) = 65+170+171=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #41AAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AAAB is #BE5554. Grayscale: #8A8A8A. Windows color (decimal): -12473685 or 11250241. OLE color: 11250241.

HSL color Cylindrical-coordinate representation of color #41AAAB: hue angle of 180.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AAAB is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65170171-
CMYK0.620.0100.33
HSL180.57º44.92%46.27%-
HSV(B)180.57º61.99%67.06%-
XYZ23.9132.8143.6-
YUV138.72146.2175.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.01%
GREEN value IS 170 (66.80% from 255) = 41.87%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=16.01%
G=41.87%
B=42.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651701710.620.0100.33180.5744.9246.27
Hex41AAAB3E1021b52d2e
Octal1012522537610412655556
Binary100000110101010101010111111101010000110110101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41AAAB; }

 p { color: rgb(65,170,171); }

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

<style>
 a { background-color: #41AAAB; }

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

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

<style>
 span { border-color: #41AAAB; }

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

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