Html Css Color HEX #ABC2C3 Jungle Mist

📋 copy color: '#ABC2C3'

red 171 ◦ green 194 ◦ blue 195

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

Shades of Jungle Mist #ABC2C3

Tints of Jungle Mist #ABC2C3

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.64%

 BLUE value IS 195 (76.56% from 255) = 34.82%

R = 30.54%
G = 34.64%
B = 34.82%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ABC2C3 (or 0xABC2C3) is known color: Jungle Mist. HEX triplet: AB, C2 and C3. RGB value is (171,194,195). Sum of RGB (Red+Green+Blue) = 171+194+195=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 195 - color contains mainly: blue. Hex color #ABC2C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2C3 is #543D3C. Grayscale: #BBBBBB. Windows color (decimal): -5520701 or 12829355. OLE color: 12829355.

HSL color Cylindrical-coordinate representation of color #ABC2C3: hue angle of 182.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC2C3 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 194 195 -
CMYK 0.12 0.01 0 0.24
HSL 182.5º 0.17% 0.72% -
HSV(B) 182.5º 0.12% 0.76% -
XYZ 45.94 51.18 59.09 -
YUV 187.24 132.38 116.42 -
System Red Green Blue C M Y K H S L
Decimal 171 194 195 0.12 0.01 0 0.24 182.5 0.17 0.72
Hex AB C2 C3 C 1 0 18 B6 11 48
Octal 253 302 303 14 1 0 30 266 21 110
Binary 10101011 11000010 11000011 1100 1 0 11000 10110110 10001 1001000

Color Harmonies of #ABC2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC2C3

Black with #ABC2C3

Text Example


Text Example

White with #ABC2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC2C3; }

 p { color: rgb(171,194,195); }

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

background-color css

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

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

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

border-color css

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

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

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