#7AC9CD

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

Shades of Spray #7AC9CD

Tints of Spray #7AC9CD

Color information

#7AC9CD (or 0x7AC9CD) is unknown color: approx Spray. HEX triplet: 7A, C9 and CD. RGB value is (122,201,205). Sum of RGB (Red+Green+Blue) = 122+201+205=528 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.11% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #7AC9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC9CD is #853632. Grayscale: #B1B1B1. Windows color (decimal): -8730163 or 13486458. OLE color: 13486458.

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

Color convert

RGB122201205-
CMYK0.400.0200.20
HSL182.89º45.36%64.12%-
HSV(B)182.89º40.49%80.39%-
XYZ39.9350.3265.37-
YUV177.84143.3388.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.11%
GREEN value IS 201 (78.91% from 255) = 38.07%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=23.11%
G=38.07%
B=38.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1222012050.400.0200.20182.8945.3664.12
Hex7AC9CD282014b72d40
Octal17231131550202426755100
Binary1111010110010011100110110100010010100101101111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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