Html Css Color HEX #ABCACE Jungle Mist

📋 copy color: '#ABCACE'

red 171 ◦ green 202 ◦ blue 206

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

Shades of Jungle Mist #ABCACE

Tints of Jungle Mist #ABCACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.58%

R = 29.53%
G = 34.89%
B = 35.58%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABCACE (or 0xABCACE) is known color: Jungle Mist. HEX triplet: AB, CA and CE. RGB value is (171,202,206). Sum of RGB (Red+Green+Blue) = 171+202+206=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABCACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCACE is #543531. Grayscale: #C1C1C1. Windows color (decimal): -5518642 or 13552299. OLE color: 13552299.

HSL color Cylindrical-coordinate representation of color #ABCACE: hue angle of 186.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCACE is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 202 206 -
CMYK 0.17 0.02 0 0.19
HSL 186.86º 0.26% 0.74% -
HSV(B) 186.86º 0.17% 0.81% -
XYZ 49.06 55.36 66.49 -
YUV 193.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 171 202 206 0.17 0.02 0 0.19 186.86 0.26 0.74
Hex AB CA CE 11 2 0 13 BB 1A 4A
Octal 253 312 316 21 2 0 23 273 32 112
Binary 10101011 11001010 11001110 10001 10 0 10011 10111011 11010 1001010

Color Harmonies of #ABCACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCACE

Black with #ABCACE

Text Example


Text Example

White with #ABCACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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