Html Css Color HEX #44AAA5 Cadet Blue

📋 copy color: '#44AAA5'

red 68 ◦ green 170 ◦ blue 165

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

Shades of Cadet Blue #44AAA5

Tints of Cadet Blue #44AAA5

RGB

 RED value IS 68 (26.95% from 255) = 16.87%

 GREEN value IS 170 (66.8% from 255) = 42.18%

 BLUE value IS 165 (64.84% from 255) = 40.94%

R = 16.87%
G = 42.18%
B = 40.94%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#44AAA5 (or 0x44AAA5) is known color: Cadet Blue. HEX triplet: 44, AA and A5. RGB value is (68,170,165). Sum of RGB (Red+Green+Blue) = 68+170+165=403 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.87% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #44AAA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AAA5 is #BB555A. Grayscale: #8A8A8A. Windows color (decimal): -12277083 or 10857028. OLE color: 10857028.

HSL color Cylindrical-coordinate representation of color #44AAA5: hue angle of 177.06º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AAA5 is Cyan = 0.6, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 170 165 -
CMYK 0.6 0 0.03 0.33
HSL 177.06º 0.43% 0.47% -
HSV(B) 177.06º 0.6% 0.67% -
XYZ 23.55 32.7 40.67 -
YUV 138.93 142.71 77.41 -
System Red Green Blue C M Y K H S L
Decimal 68 170 165 0.6 0 0.03 0.33 177.06 0.43 0.47
Hex 44 AA A5 3C 0 3 21 B1 2B 2F
Octal 104 252 245 74 0 3 41 261 53 57
Binary 1000100 10101010 10100101 111100 0 11 100001 10110001 101011 101111

Color Harmonies of #44AAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AAA5

Black with #44AAA5

Text Example


Text Example

White with #44AAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44AAA5; }

 p { color: rgb(68,170,165); }

 H1.HeaderClassName
 {
   color: #44AAA5;
 }
 .AnyTagClassName
 {
   color: #44AAA5;
 }
</style>

background-color css

<style>
 a { background-color: #44AAA5; }

 a { background-color: rgb(68,170,165); }

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

border-color css

<style>
 span { border-color: #44AAA5; }

 span { border-color: rgb(68,170,165); }

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