#ADC8CA

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

Shades of Jungle Mist #ADC8CA

Tints of Jungle Mist #ADC8CA

Color information

#ADC8CA (or 0xADC8CA) is unknown color: approx Jungle Mist. HEX triplet: AD, C8 and CA. RGB value is (173,200,202). Sum of RGB (Red+Green+Blue) = 173+200+202=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADC8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8CA is #523735. Grayscale: #C0C0C0. Windows color (decimal): -5388086 or 13289645. OLE color: 13289645.

HSL color Cylindrical-coordinate representation of color #ADC8CA: hue angle of 184.14º 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 #ADC8CA is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173200202-
CMYK0.140.0100.21
HSL184.14º21.48%73.53%-
HSV(B)184.14º14.36%79.22%-
XYZ48.5554.4663.83-
YUV192.15133.55114.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.09%
GREEN value IS 200 (78.52% from 255) = 34.78%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=30.09%
G=34.78%
B=35.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732002020.140.0100.21184.1421.4873.53
HexADC8CAE1015b8154a
Octal25531031216102527025112
Binary1010110111001000110010101110101010110111000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC8CA; }

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

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

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

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

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

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

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

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