#7BCACA

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

Shades of Spray #7BCACA

Tints of Spray #7BCACA

Color information

#7BCACA (or 0x7BCACA) is unknown color: approx Spray. HEX triplet: 7B, CA and CA. RGB value is (123,202,202). Sum of RGB (Red+Green+Blue) = 123+202+202=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #7BCACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCACA is #843535. Grayscale: #B2B2B2. Windows color (decimal): -8664374 or 13290107. OLE color: 13290107.

HSL color Cylindrical-coordinate representation of color #7BCACA: hue angle of 180º degrees, saturation: 0.43, 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 #7BCACA is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB123202202-
CMYK0.39000.21
HSL180º42.7%63.73%-
HSV(B)180º39.11%79.22%-
XYZ39.9550.7263.56-
YUV178.38141.3388.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.34%
GREEN value IS 202 (79.30% from 255) = 38.33%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=23.34%
G=38.33%
B=38.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1232022020.39000.2118042.763.73
Hex7BCACA270015b42b40
Octal17331231247002526453100
Binary111101111001010110010101001110010101101101001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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