#ACD2C1

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

Shades of Jet Stream #ACD2C1

Tints of Jet Stream #ACD2C1

Color information

#ACD2C1 (or 0xACD2C1) is unknown color: approx Jet Stream. HEX triplet: AC, D2 and C1. RGB value is (172,210,193). Sum of RGB (Red+Green+Blue) = 172+210+193=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2C1 is #532D3E. Grayscale: #C4C4C4. Windows color (decimal): -5451071 or 12702380. OLE color: 12702380.

HSL color Cylindrical-coordinate representation of color #ACD2C1: hue angle of 153.16º degrees, saturation: 0.3, 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 #ACD2C1 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB172210193-
CMYK0.1800.080.18
HSL153.16º29.69%74.9%-
HSV(B)153.16º18.1%82.35%-
XYZ49.6958.7159.17-
YUV196.7125.91110.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 210 (82.42% from 255) = 36.52%
BLUE value IS 193 (75.78% from 255) = 33.57%
R=29.91%
G=36.52%
B=33.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722101930.1800.080.18153.1629.6974.9
HexACD2C1120812991e4b
Octal254322301220102223136113
Binary10101100110100101100000110010010001001010011001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD2C1; }

 p { color: rgb(172,210,193); }

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

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

 a { background-color: rgb(172,210,193); }

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

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

 span { border-color: rgb(172,210,193); }

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