#A8D4C1

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

Shades of Jet Stream #A8D4C1

Tints of Jet Stream #A8D4C1

Color information

#A8D4C1 (or 0xA8D4C1) is unknown color: approx Jet Stream. HEX triplet: A8, D4 and C1. RGB value is (168,212,193). Sum of RGB (Red+Green+Blue) = 168+212+193=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D4C1 is #572B3E. Grayscale: #C4C4C4. Windows color (decimal): -5712703 or 12702888. OLE color: 12702888.

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

Color convert

RGB168212193-
CMYK0.2100.090.17
HSL154.09º33.85%74.51%-
HSV(B)154.09º20.75%83.14%-
XYZ49.3259.2659.29-
YUV196.68125.92107.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.32%
GREEN value IS 212 (83.20% from 255) = 37.00%
BLUE value IS 193 (75.78% from 255) = 33.68%
R=29.32%
G=37.00%
B=33.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1682121930.2100.090.17154.0933.8574.51
HexA8D4C11509119a224b
Octal250324301250112123242113
Binary101010001101010011000001101010100110001100110101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D4C1; }

 p { color: rgb(168,212,193); }

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

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

 a { background-color: rgb(168,212,193); }

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

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

 span { border-color: rgb(168,212,193); }

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