Html Css Color HEX #ABC8C6 Jungle Mist

📋 copy color: '#ABC8C6'

red 171 ◦ green 200 ◦ blue 198

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

Shades of Jungle Mist #ABC8C6

Tints of Jungle Mist #ABC8C6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.15%

 BLUE value IS 198 (77.73% from 255) = 34.8%

R = 30.05%
G = 35.15%
B = 34.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#ABC8C6 (or 0xABC8C6) is known color: Jungle Mist. HEX triplet: AB, C8 and C6. RGB value is (171,200,198). Sum of RGB (Red+Green+Blue) = 171+200+198=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8C6 is #543739. Grayscale: #BFBFBF. Windows color (decimal): -5519162 or 13027499. OLE color: 13027499.

HSL color Cylindrical-coordinate representation of color #ABC8C6: hue angle of 175.86º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC8C6 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 198 -
CMYK 0.14 0 0.01 0.22
HSL 175.86º 0.21% 0.73% -
HSV(B) 175.86º 0.15% 0.78% -
XYZ 47.64 54.04 61.35 -
YUV 191.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 171 200 198 0.14 0 0.01 0.22 175.86 0.21 0.73
Hex AB C8 C6 E 0 1 16 B0 15 49
Octal 253 310 306 16 0 1 26 260 25 111
Binary 10101011 11001000 11000110 1110 0 1 10110 10110000 10101 1001001

Color Harmonies of #ABC8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC8C6

Black with #ABC8C6

Text Example


Text Example

White with #ABC8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC8C6; }

 p { color: rgb(171,200,198); }

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

background-color css

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

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

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

border-color css

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

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

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