Html Css Color HEX #42ABAA Cadet Blue

📋 copy color: '#42ABAA'

red 66 ◦ green 171 ◦ blue 170

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

Shades of Cadet Blue #42ABAA

Tints of Cadet Blue #42ABAA

RGB

 RED value IS 66 (26.17% from 255) = 16.22%

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

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

R = 16.22%
G = 42.01%
B = 41.77%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#42ABAA (or 0x42ABAA) is known color: Cadet Blue. HEX triplet: 42, AB and AA. RGB value is (66,171,170). Sum of RGB (Red+Green+Blue) = 66+171+170=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #42ABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42ABAA is #BD5455. Grayscale: #8B8B8B. Windows color (decimal): -12407894 or 11184962. OLE color: 11184962.

HSL color Cylindrical-coordinate representation of color #42ABAA: hue angle of 179.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42ABAA is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 171 170 -
CMYK 0.61 0 0.01 0.33
HSL 179.43º 0.44% 0.46% -
HSV(B) 179.43º 0.61% 0.67% -
XYZ 24.07 33.19 43.17 -
YUV 139.49 145.21 75.58 -
System Red Green Blue C M Y K H S L
Decimal 66 171 170 0.61 0 0.01 0.33 179.43 0.44 0.46
Hex 42 AB AA 3D 0 1 21 B3 2C 2E
Octal 102 253 252 75 0 1 41 263 54 56
Binary 1000010 10101011 10101010 111101 0 1 100001 10110011 101100 101110

Color Harmonies of #42ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ABAA

Black with #42ABAA

Text Example


Text Example

White with #42ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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