#ABD6C2

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

Shades of Jet Stream #ABD6C2

Tints of Jet Stream #ABD6C2

Color information

#ABD6C2 (or 0xABD6C2) is unknown color: approx Jet Stream. HEX triplet: AB, D6 and C2. RGB value is (171,214,194). Sum of RGB (Red+Green+Blue) = 171+214+194=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6C2 is #54293D. Grayscale: #C6C6C6. Windows color (decimal): -5515582 or 12768939. OLE color: 12768939.

HSL color Cylindrical-coordinate representation of color #ABD6C2: hue angle of 152.09º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD6C2 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB171214194-
CMYK0.2000.090.16
HSL152.09º34.4%75.49%-
HSV(B)152.09º20.09%83.92%-
XYZ50.5860.6560.08-
YUV198.86125.25108.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.53%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 194 (76.17% from 255) = 33.51%
R=29.53%
G=36.96%
B=33.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712141940.2000.090.16152.0934.475.49
HexABD6C214091098224b
Octal253326302240112023042113
Binary101010111101011011000010101000100110000100110001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD6C2; }

 p { color: rgb(171,214,194); }

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

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

 a { background-color: rgb(171,214,194); }

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

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

 span { border-color: rgb(171,214,194); }

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