#ABD4C4

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

Shades of Jet Stream #ABD4C4

Tints of Jet Stream #ABD4C4

Color information

#ABD4C4 (or 0xABD4C4) is unknown color: approx Jet Stream. HEX triplet: AB, D4 and C4. RGB value is (171,212,196). Sum of RGB (Red+Green+Blue) = 171+212+196=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD4C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD4C4 is #542B3B. Grayscale: #C5C5C5. Windows color (decimal): -5516092 or 12899499. OLE color: 12899499.

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

Color convert

RGB171212196-
CMYK0.1900.080.17
HSL156.59º32.28%75.1%-
HSV(B)156.59º19.34%83.14%-
XYZ50.359.7361.1-
YUV197.92126.92108.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.53%
GREEN value IS 212 (83.20% from 255) = 36.61%
BLUE value IS 196 (76.95% from 255) = 33.85%
R=29.53%
G=36.61%
B=33.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712121960.1900.080.17156.5932.2875.1
HexABD4C41308119d204b
Octal253324304230102123540113
Binary101010111101010011000100100110100010001100111011000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD4C4; }

 p { color: rgb(171,212,196); }

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

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

 a { background-color: rgb(171,212,196); }

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

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

 span { border-color: rgb(171,212,196); }

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