#ACDCC7

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

Shades of Jet Stream #ACDCC7

Tints of Jet Stream #ACDCC7

Color information

#ACDCC7 (or 0xACDCC7) is unknown color: approx Jet Stream. HEX triplet: AC, DC and C7. RGB value is (172,220,199). Sum of RGB (Red+Green+Blue) = 172+220+199=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCC7 is #532338. Grayscale: #CBCBCB. Windows color (decimal): -5448505 or 13098156. OLE color: 13098156.

HSL color Cylindrical-coordinate representation of color #ACDCC7: hue angle of 153.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCC7 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB172220199-
CMYK0.2200.100.14
HSL153.75º40.68%76.86%-
HSV(B)153.75º21.82%86.27%-
XYZ52.9264.0863.61-
YUV203.25125.6105.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 199 (78.12% from 255) = 33.67%
R=29.10%
G=37.23%
B=33.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201990.2200.100.14153.7540.6876.86
HexACDCC7160AE9a294d
Octal254334307260121623251115
Binary10101100110111001100011110110010101110100110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCC7; }

 p { color: rgb(172,220,199); }

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

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

 a { background-color: rgb(172,220,199); }

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

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

 span { border-color: rgb(172,220,199); }

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