Html Css Color HEX #ADD2C4 Jet Stream

📋 copy color: '#ADD2C4'

red 173 ◦ green 210 ◦ blue 196

#ADD2C4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jet Stream #ADD2C4

Tints of Jet Stream #ADD2C4

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 value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#ADD2C4 (or 0xADD2C4) is known color: 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

RGB 173 210 196 -
CMYK 0.18 0 0.07 0.18
HSL 157.3º 0.29% 0.75% -
HSV(B) 157.3º 0.18% 0.82% -
XYZ 50.24 58.96 60.96 -
YUV 197.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 173 210 196 0.18 0 0.07 0.18 157.3 0.29 0.75
Hex AD D2 C4 12 0 7 12 9D 1D 4B
Octal 255 322 304 22 0 7 22 235 35 113
Binary 10101101 11010010 11000100 10010 0 111 10010 10011101 11101 1001011

Color Harmonies of #ADD2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD2C4

Black with #ADD2C4

Text Example


Text Example

White with #ADD2C4

Text Example


Text Example

HTML Codes & Css Web 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>