#7ACACC

Color #7ACACC Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #7ACACC

Tints of Spray #7ACACC

Color information

#7ACACC (or 0x7ACACC) is unknown color: approx Spray. HEX triplet: 7A, CA and CC. RGB value is (122,202,204). Sum of RGB (Red+Green+Blue) = 122+202+204=528 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.11% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #7ACACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACACC is #853533. Grayscale: #B2B2B2. Windows color (decimal): -8729908 or 13421178. OLE color: 13421178.

HSL color Cylindrical-coordinate representation of color #7ACACC: hue angle of 181.46º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACACC is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB122202204-
CMYK0.400.0100.2
HSL181.46º44.57%63.92%-
HSV(B)181.46º40.2%80%-
XYZ40.0550.7464.81-
YUV178.31142.587.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.11%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=23.11%
G=38.26%
B=38.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1222022040.400.0100.2181.4644.5763.92
Hex7ACACC281014b52d40
Octal17231231450102426555100
Binary111101011001010110011001010001010100101101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ACACC; }

 p { color: rgb(122,202,204); }

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

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

 a { background-color: rgb(122,202,204); }

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

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

 span { border-color: rgb(122,202,204); }

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