#ADC9CA

Color #ADC9CA Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #ADC9CA

Tints of Jungle Mist #ADC9CA

Color information

#ADC9CA (or 0xADC9CA) is unknown color: approx Jungle Mist. HEX triplet: AD, C9 and CA. RGB value is (173,201,202). Sum of RGB (Red+Green+Blue) = 173+201+202=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADC9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9CA is #523635. Grayscale: #C0C0C0. Windows color (decimal): -5387830 or 13289901. OLE color: 13289901.

HSL color Cylindrical-coordinate representation of color #ADC9CA: hue angle of 182.07º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC9CA is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173201202-
CMYK0.140.0000.21
HSL182.07º21.48%73.53%-
HSV(B)182.07º14.36%79.22%-
XYZ48.7854.9263.91-
YUV192.74133.22113.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 201 (78.91% from 255) = 34.90%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=30.03%
G=34.90%
B=35.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732012020.140.0000.21182.0721.4873.53
HexADC9CAE0015b6154a
Octal25531131216002526625112
Binary1010110111001001110010101110001010110110110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC9CA; }

 p { color: rgb(173,201,202); }

 H1.HeaderClassName
 {
   color: #ADC9CA;
 }
 .AnyTagClassName
 {
   color: #ADC9CA;
 }
</style>
background-color css

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

 a { background-color: rgb(173,201,202); }

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

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

 span { border-color: rgb(173,201,202); }

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