#7ACCCD

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

Shades of Spray #7ACCCD

Tints of Spray #7ACCCD

Color information

#7ACCCD (or 0x7ACCCD) is unknown color: approx Spray. HEX triplet: 7A, CC and CD. RGB value is (122,204,205). Sum of RGB (Red+Green+Blue) = 122+204+205=531 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.98% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #7ACCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACCCD is #853332. Grayscale: #B3B3B3. Windows color (decimal): -8729395 or 13487226. OLE color: 13487226.

HSL color Cylindrical-coordinate representation of color #7ACCCD: hue angle of 180.72º 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 #7ACCCD is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB122204205-
CMYK0.400.0000.20
HSL180.72º45.36%64.12%-
HSV(B)180.72º40.49%80.39%-
XYZ40.6451.7365.6-
YUV179.6142.3386.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.98%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=22.98%
G=38.42%
B=38.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1222042050.400.0000.20180.7245.3664.12
Hex7ACCCD280014b52d40
Octal17231431550002426555100
Binary111101011001100110011011010000010100101101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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