Html Css Color HEX #44ABAA Cadet Blue

📋 copy color: '#44ABAA'

red 68 ◦ green 171 ◦ blue 170

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

Shades of Cadet Blue #44ABAA

Tints of Cadet Blue #44ABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.81%

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

R = 16.63%
G = 41.81%
B = 41.56%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#44ABAA (or 0x44ABAA) is known color: Cadet Blue. HEX triplet: 44, AB and AA. RGB value is (68,171,170). Sum of RGB (Red+Green+Blue) = 68+171+170=409 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.63% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 171 - color contains mainly: green. Hex color #44ABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44ABAA is #BB5455. Grayscale: #8B8B8B. Windows color (decimal): -12276822 or 11184964. OLE color: 11184964.

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

Color convert

RGB 68 171 170 -
CMYK 0.60 0 0.01 0.33
HSL 179.42º 0.43% 0.47% -
HSV(B) 179.42º 0.6% 0.67% -
XYZ 24.2 33.26 43.17 -
YUV 140.09 144.88 76.58 -
System Red Green Blue C M Y K H S L
Decimal 68 171 170 0.60 0 0.01 0.33 179.42 0.43 0.47
Hex 44 AB AA 3C 0 1 21 B3 2B 2F
Octal 104 253 252 74 0 1 41 263 53 57
Binary 1000100 10101011 10101010 111100 0 1 100001 10110011 101011 101111

Color Harmonies of #44ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44ABAA

Black with #44ABAA

Text Example


Text Example

White with #44ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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