Html Css Color HEX #42ABAC Cadet Blue

📋 copy color: '#42ABAC'

red 66 ◦ green 171 ◦ blue 172

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

Shades of Cadet Blue #42ABAC

Tints of Cadet Blue #42ABAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.05%

R = 16.14%
G = 41.81%
B = 42.05%

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

#42ABAC (or 0x42ABAC) is known color: Cadet Blue. HEX triplet: 42, AB and AC. RGB value is (66,171,172). Sum of RGB (Red+Green+Blue) = 66+171+172=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #42ABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42ABAC is #BD5453. Grayscale: #8B8B8B. Windows color (decimal): -12407892 or 11316034. OLE color: 11316034.

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

Color convert

RGB 66 171 172 -
CMYK 0.62 0.01 0 0.33
HSL 180.57º 0.45% 0.47% -
HSV(B) 180.57º 0.62% 0.67% -
XYZ 24.26 33.26 44.17 -
YUV 139.72 146.21 75.42 -
System Red Green Blue C M Y K H S L
Decimal 66 171 172 0.62 0.01 0 0.33 180.57 0.45 0.47
Hex 42 AB AC 3E 1 0 21 B5 2D 2F
Octal 102 253 254 76 1 0 41 265 55 57
Binary 1000010 10101011 10101100 111110 1 0 100001 10110101 101101 101111

Color Harmonies of #42ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ABAC

Black with #42ABAC

Text Example


Text Example

White with #42ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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