#ACD8C3

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

Shades of Jet Stream #ACD8C3

Tints of Jet Stream #ACD8C3

Color information

#ACD8C3 (or 0xACD8C3) is unknown color: approx Jet Stream. HEX triplet: AC, D8 and C3. RGB value is (172,216,195). Sum of RGB (Red+Green+Blue) = 172+216+195=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8C3 is #53273C. Grayscale: #C8C8C8. Windows color (decimal): -5449533 or 12834988. OLE color: 12834988.

HSL color Cylindrical-coordinate representation of color #ACD8C3: hue angle of 151.36º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD8C3 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB172216195-
CMYK0.2000.100.15
HSL151.36º36.07%76.08%-
HSV(B)151.36º20.37%84.71%-
XYZ51.4261.8260.85-
YUV200.45124.92107.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.50%
GREEN value IS 216 (84.77% from 255) = 37.05%
BLUE value IS 195 (76.56% from 255) = 33.45%
R=29.50%
G=37.05%
B=33.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722161950.2000.100.15151.3636.0776.08
HexACD8C3140AF97244c
Octal254330303240121722744114
Binary10101100110110001100001110100010101111100101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD8C3; }

 p { color: rgb(172,216,195); }

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

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

 a { background-color: rgb(172,216,195); }

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

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

 span { border-color: rgb(172,216,195); }

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