Html Css Color HEX #ABC5C2 Jungle Mist

📋 copy color: '#ABC5C2'

red 171 ◦ green 197 ◦ blue 194

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

Shades of Jungle Mist #ABC5C2

Tints of Jungle Mist #ABC5C2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.05%

 BLUE value IS 194 (76.17% from 255) = 34.52%

R = 30.43%
G = 35.05%
B = 34.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#ABC5C2 (or 0xABC5C2) is known color: Jungle Mist. HEX triplet: AB, C5 and C2. RGB value is (171,197,194). Sum of RGB (Red+Green+Blue) = 171+197+194=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5C2 is #543A3D. Grayscale: #BCBCBC. Windows color (decimal): -5519934 or 12764587. OLE color: 12764587.

HSL color Cylindrical-coordinate representation of color #ABC5C2: hue angle of 173.08º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC5C2 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 194 -
CMYK 0.13 0 0.02 0.23
HSL 173.08º 0.18% 0.72% -
HSV(B) 173.08º 0.13% 0.77% -
XYZ 46.5 52.49 58.72 -
YUV 188.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 171 197 194 0.13 0 0.02 0.23 173.08 0.18 0.72
Hex AB C5 C2 D 0 2 17 AD 12 48
Octal 253 305 302 15 0 2 27 255 22 110
Binary 10101011 11000101 11000010 1101 0 10 10111 10101101 10010 1001000

Color Harmonies of #ABC5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC5C2

Black with #ABC5C2

Text Example


Text Example

White with #ABC5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC5C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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