#7CCACC

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

Shades of Spray #7CCACC

Tints of Spray #7CCACC

Color information

#7CCACC (or 0x7CCACC) is unknown color: approx Spray. HEX triplet: 7C, CA and CC. RGB value is (124,202,204). Sum of RGB (Red+Green+Blue) = 124+202+204=530 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.40% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #7CCACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCACC is #833533. Grayscale: #B2B2B2. Windows color (decimal): -8598836 or 13421180. OLE color: 13421180.

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

Color convert

RGB124202204-
CMYK0.390.0100.2
HSL181.5º43.96%64.31%-
HSV(B)181.5º39.22%80%-
XYZ40.3350.8964.82-
YUV178.91142.1688.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.40%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=23.40%
G=38.11%
B=38.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1242022040.390.0100.2181.543.9664.31
Hex7CCACC271014b62c40
Octal17431231447102426654100
Binary111110011001010110011001001111010100101101101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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