Html Css Color HEX #A8CAC8 Jungle Mist

📋 copy color: '#A8CAC8'

red 168 ◦ green 202 ◦ blue 200

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

Shades of Jungle Mist #A8CAC8

Tints of Jungle Mist #A8CAC8

RGB

 RED value IS 168 (66.02% from 255) = 29.47%

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

 BLUE value IS 200 (78.52% from 255) = 35.09%

R = 29.47%
G = 35.44%
B = 35.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#A8CAC8 (or 0xA8CAC8) is known color: Jungle Mist. HEX triplet: A8, CA and C8. RGB value is (168,202,200). Sum of RGB (Red+Green+Blue) = 168+202+200=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CAC8 is #573537. Grayscale: #BFBFBF. Windows color (decimal): -5715256 or 13159080. OLE color: 13159080.

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

Color convert

RGB 168 202 200 -
CMYK 0.17 0 0.01 0.21
HSL 176.47º 0.24% 0.73% -
HSV(B) 176.47º 0.17% 0.79% -
XYZ 47.69 54.74 62.69 -
YUV 191.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 168 202 200 0.17 0 0.01 0.21 176.47 0.24 0.73
Hex A8 CA C8 11 0 1 15 B0 18 49
Octal 250 312 310 21 0 1 25 260 30 111
Binary 10101000 11001010 11001000 10001 0 1 10101 10110000 11000 1001001

Color Harmonies of #A8CAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CAC8

Black with #A8CAC8

Text Example


Text Example

White with #A8CAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CAC8; }

 p { color: rgb(168,202,200); }

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

background-color css

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

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

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

border-color css

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

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

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