#7AC7CF

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

Shades of Spray #7AC7CF

Tints of Spray #7AC7CF

Color information

#7AC7CF (or 0x7AC7CF) is unknown color: approx Spray. HEX triplet: 7A, C7 and CF. RGB value is (122,199,207). Sum of RGB (Red+Green+Blue) = 122+199+207=528 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.11% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #7AC7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC7CF is #853830. Grayscale: #B0B0B0. Windows color (decimal): -8730673 or 13617018. OLE color: 13617018.

HSL color Cylindrical-coordinate representation of color #7AC7CF: hue angle of 185.65º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AC7CF is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122199207-
CMYK0.410.0400.19
HSL185.65º46.96%64.51%-
HSV(B)185.65º41.06%81.18%-
XYZ39.7149.4966.49-
YUV176.89144.9988.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.11%
GREEN value IS 199 (78.12% from 255) = 37.69%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=23.11%
G=37.69%
B=39.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221992070.410.0400.19185.6546.9664.51
Hex7AC7CF294013ba2f41
Octal17230731751402327257101
Binary11110101100011111001111101001100010011101110101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,199,207); }

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

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

 a { background-color: rgb(122,199,207); }

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

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

 span { border-color: rgb(122,199,207); }

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