Html Css Color HEX #ABCACA Jungle Mist

📋 copy color: '#ABCACA'

red 171 ◦ green 202 ◦ blue 202

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

Shades of Jungle Mist #ABCACA

Tints of Jungle Mist #ABCACA

RGB

 RED value IS 171 (67.19% from 255) = 29.74%

 GREEN value IS 202 (79.3% from 255) = 35.13%

 BLUE value IS 202 (79.3% from 255) = 35.13%

R = 29.74%
G = 35.13%
B = 35.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ABCACA (or 0xABCACA) is known color: Jungle Mist. HEX triplet: AB, CA and CA. RGB value is (171,202,202). Sum of RGB (Red+Green+Blue) = 171+202+202=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #ABCACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCACA is #543535. Grayscale: #C0C0C0. Windows color (decimal): -5518646 or 13290155. OLE color: 13290155.

HSL color Cylindrical-coordinate representation of color #ABCACA: hue angle of 180º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABCACA is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 202 202 -
CMYK 0.15 0 0 0.21
HSL 180º 0.23% 0.73% -
HSV(B) 180º 0.15% 0.79% -
XYZ 48.58 55.16 63.96 -
YUV 192.73 133.23 112.5 -
System Red Green Blue C M Y K H S L
Decimal 171 202 202 0.15 0 0 0.21 180 0.23 0.73
Hex AB CA CA F 0 0 15 B4 17 49
Octal 253 312 312 17 0 0 25 264 27 111
Binary 10101011 11001010 11001010 1111 0 0 10101 10110100 10111 1001001

Color Harmonies of #ABCACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCACA

Black with #ABCACA

Text Example


Text Example

White with #ABCACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCACA; }

 p { color: rgb(171,202,202); }

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

background-color css

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

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

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

border-color css

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

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

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