#ADD4C3

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

Shades of Jet Stream #ADD4C3

Tints of Jet Stream #ADD4C3

Color information

#ADD4C3 (or 0xADD4C3) is unknown color: approx Jet Stream. HEX triplet: AD, D4 and C3. RGB value is (173,212,195). Sum of RGB (Red+Green+Blue) = 173+212+195=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4C3 is #522B3C. Grayscale: #C6C6C6. Windows color (decimal): -5385021 or 12833965. OLE color: 12833965.

HSL color Cylindrical-coordinate representation of color #ADD4C3: hue angle of 153.85º degrees, saturation: 0.31, 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 #ADD4C3 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB173212195-
CMYK0.1800.080.17
HSL153.85º31.2%75.49%-
HSV(B)153.85º18.4%83.14%-
XYZ50.6359.9160.53-
YUV198.4126.08109.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 212 (83.20% from 255) = 36.55%
BLUE value IS 195 (76.56% from 255) = 33.62%
R=29.83%
G=36.55%
B=33.62%

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
Decimal1732121950.1800.080.17153.8531.275.49
HexADD4C31208119a1f4b
Octal255324303220102123237113
Binary10101101110101001100001110010010001000110011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD4C3; }

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

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

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

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

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

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

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

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