Html Css Color HEX #44A8AA Cadet Blue

📋 copy color: '#44A8AA'

red 68 ◦ green 168 ◦ blue 170

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

Shades of Cadet Blue #44A8AA

Tints of Cadet Blue #44A8AA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.38%

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

R = 16.75%
G = 41.38%
B = 41.87%

CMYK

 C value IS 0.6

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#44A8AA (or 0x44A8AA) is known color: Cadet Blue. HEX triplet: 44, A8 and AA. RGB value is (68,168,170). Sum of RGB (Red+Green+Blue) = 68+168+170=406 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.75% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #44A8AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A8AA is #BB5755. Grayscale: #8A8A8A. Windows color (decimal): -12277590 or 11184196. OLE color: 11184196.

HSL color Cylindrical-coordinate representation of color #44A8AA: hue angle of 181.18º 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 #44A8AA is Cyan = 0.6, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 168 170 -
CMYK 0.6 0.01 0 0.33
HSL 181.18º 0.43% 0.47% -
HSV(B) 181.18º 0.6% 0.67% -
XYZ 23.64 32.14 42.99 -
YUV 138.33 145.87 77.84 -
System Red Green Blue C M Y K H S L
Decimal 68 168 170 0.6 0.01 0 0.33 181.18 0.43 0.47
Hex 44 A8 AA 3C 1 0 21 B5 2B 2F
Octal 104 250 252 74 1 0 41 265 53 57
Binary 1000100 10101000 10101010 111100 1 0 100001 10110101 101011 101111

Color Harmonies of #44A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A8AA

Black with #44A8AA

Text Example


Text Example

White with #44A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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