#ADD2C4

Color #ADD2C4 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #ADD2C4

Tints of Jet Stream #ADD2C4

Color information

#ADD2C4 (or 0xADD2C4) is unknown color: approx Jet Stream. HEX triplet: AD, D2 and C4. RGB value is (173,210,196). Sum of RGB (Red+Green+Blue) = 173+210+196=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2C4 is #522D3B. Grayscale: #C5C5C5. Windows color (decimal): -5385532 or 12898989. OLE color: 12898989.

HSL color Cylindrical-coordinate representation of color #ADD2C4: hue angle of 157.3º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD2C4 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB173210196-
CMYK0.1800.070.18
HSL157.3º29.13%75.1%-
HSV(B)157.3º17.62%82.35%-
XYZ50.2458.9660.96-
YUV197.34127.24110.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 210 (82.42% from 255) = 36.27%
BLUE value IS 196 (76.95% from 255) = 33.85%
R=29.88%
G=36.27%
B=33.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732101960.1800.070.18157.329.1375.1
HexADD2C41207129d1d4b
Octal25532230422072223535113
Binary1010110111010010110001001001001111001010011101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD2C4; }

 p { color: rgb(173,210,196); }

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

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

 a { background-color: rgb(173,210,196); }

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

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

 span { border-color: rgb(173,210,196); }

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