#ADD3C3

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

Shades of Jet Stream #ADD3C3

Tints of Jet Stream #ADD3C3

Color information

#ADD3C3 (or 0xADD3C3) is unknown color: approx Jet Stream. HEX triplet: AD, D3 and C3. RGB value is (173,211,195). Sum of RGB (Red+Green+Blue) = 173+211+195=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 195 (76.56% from 255 or 33.68% from 579); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD3C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3C3 is #522C3C. Grayscale: #C5C5C5. Windows color (decimal): -5385277 or 12833709. OLE color: 12833709.

HSL color Cylindrical-coordinate representation of color #ADD3C3: hue angle of 154.74º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD3C3 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB173211195-
CMYK0.1800.080.17
HSL154.74º30.16%75.29%-
HSV(B)154.74º18.01%82.75%-
XYZ50.3859.4160.44-
YUV197.81126.41110.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 211 (82.81% from 255) = 36.44%
BLUE value IS 195 (76.56% from 255) = 33.68%
R=29.88%
G=36.44%
B=33.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732111950.1800.080.17154.7430.1675.29
HexADD3C31208119b1e4b
Octal255323303220102123336113
Binary10101101110100111100001110010010001000110011011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD3C3; }

 p { color: rgb(173,211,195); }

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

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

 a { background-color: rgb(173,211,195); }

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

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

 span { border-color: rgb(173,211,195); }

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