Html Css Color HEX #41AAAB Cadet Blue

📋 copy color: '#41AAAB'

red 65 ◦ green 170 ◦ blue 171

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

Shades of Cadet Blue #41AAAB

Tints of Cadet Blue #41AAAB

RGB

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

 GREEN value IS 170 (66.8% 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 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

#41AAAB (or 0x41AAAB) is known color: 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

RGB 65 170 171 -
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.91 32.81 43.6 -
YUV 138.72 146.21 75.42 -
System Red Green Blue C M Y K H S L
Decimal 65 170 171 0.62 0.01 0 0.33 180.57 0.45 0.46
Hex 41 AA AB 3E 1 0 21 B5 2D 2E
Octal 101 252 253 76 1 0 41 265 55 56
Binary 1000001 10101010 10101011 111110 1 0 100001 10110101 101101 101110

Color Harmonies of #41AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AAAB

Black with #41AAAB

Text Example


Text Example

White with #41AAAB

Text Example


Text Example

HTML Codes & Css Web 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>