#7CCACA

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

Shades of Spray #7CCACA

Tints of Spray #7CCACA

Color information

#7CCACA (or 0x7CCACA) is unknown color: approx Spray. HEX triplet: 7C, CA and CA. RGB value is (124,202,202). Sum of RGB (Red+Green+Blue) = 124+202+202=528 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.48% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #7CCACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCACA is #833535. Grayscale: #B2B2B2. Windows color (decimal): -8598838 or 13290108. OLE color: 13290108.

HSL color Cylindrical-coordinate representation of color #7CCACA: hue angle of 180º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCACA is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB124202202-
CMYK0.39000.21
HSL180º42.39%63.92%-
HSV(B)180º38.61%79.22%-
XYZ40.0950.7963.57-
YUV178.68141.1689-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.48%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=23.48%
G=38.26%
B=38.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1242022020.39000.2118042.3963.92
Hex7CCACA270015b42a40
Octal17431231247002526452100
Binary111110011001010110010101001110010101101101001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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