Html Css Color HEX #41A9AA Cadet Blue

📋 copy color: '#41A9AA'

red 65 ◦ green 169 ◦ blue 170

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

Shades of Cadet Blue #41A9AA

Tints of Cadet Blue #41A9AA

RGB

 RED value IS 65 (25.78% from 255) = 16.09%

 GREEN value IS 169 (66.41% from 255) = 41.83%

 BLUE value IS 170 (66.8% from 255) = 42.08%

R = 16.09%
G = 41.83%
B = 42.08%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#41A9AA (or 0x41A9AA) is known color: Cadet Blue. HEX triplet: 41, A9 and AA. RGB value is (65,169,170). Sum of RGB (Red+Green+Blue) = 65+169+170=404 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.09% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #41A9AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A9AA is #BE5655. Grayscale: #898989. Windows color (decimal): -12473942 or 11184449. OLE color: 11184449.

HSL color Cylindrical-coordinate representation of color #41A9AA: 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 #41A9AA is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 169 170 -
CMYK 0.62 0.01 0 0.33
HSL 180.57º 0.45% 0.46% -
HSV(B) 180.57º 0.62% 0.67% -
XYZ 23.62 32.4 43.04 -
YUV 138.02 146.04 75.92 -
System Red Green Blue C M Y K H S L
Decimal 65 169 170 0.62 0.01 0 0.33 180.57 0.45 0.46
Hex 41 A9 AA 3E 1 0 21 B5 2D 2E
Octal 101 251 252 76 1 0 41 265 55 56
Binary 1000001 10101001 10101010 111110 1 0 100001 10110101 101101 101110

Color Harmonies of #41A9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A9AA

Black with #41A9AA

Text Example


Text Example

White with #41A9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41A9AA;
 }
 .AnyTagClassName
 {
   color: #41A9AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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