#ACCFC1

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

Shades of Jet Stream #ACCFC1

Tints of Jet Stream #ACCFC1

Color information

#ACCFC1 (or 0xACCFC1) is unknown color: approx Jet Stream. HEX triplet: AC, CF and C1. RGB value is (172,207,193). Sum of RGB (Red+Green+Blue) = 172+207+193=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFC1 is #53303E. Grayscale: #C2C2C2. Windows color (decimal): -5451839 or 12701612. OLE color: 12701612.

HSL color Cylindrical-coordinate representation of color #ACCFC1: hue angle of 156º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCFC1 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB172207193-
CMYK0.1700.070.19
HSL156º26.72%74.31%-
HSV(B)156º16.91%81.18%-
XYZ48.9557.2558.92-
YUV194.94126.9111.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 207 (81.25% from 255) = 36.19%
BLUE value IS 193 (75.78% from 255) = 33.74%
R=30.07%
G=36.19%
B=33.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071930.1700.070.1915626.7274.31
HexACCFC11107139c1b4a
Octal25431730121072323433112
Binary1010110011001111110000011000101111001110011100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFC1; }

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

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

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

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

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

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

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

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