#7DCACA

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

Shades of Spray #7DCACA

Tints of Spray #7DCACA

Color information

#7DCACA (or 0x7DCACA) is unknown color: approx Spray. HEX triplet: 7D, CA and CA. RGB value is (125,202,202). Sum of RGB (Red+Green+Blue) = 125+202+202=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #7DCACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCACA is #823535. Grayscale: #B2B2B2. Windows color (decimal): -8533302 or 13290109. OLE color: 13290109.

HSL color Cylindrical-coordinate representation of color #7DCACA: 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.38%. Process color model (Four color, CMYK) of #7DCACA is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB125202202-
CMYK0.38000.21
HSL180º42.08%64.12%-
HSV(B)180º38.12%79.22%-
XYZ40.2450.8763.57-
YUV178.98140.9989.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.63%
GREEN value IS 202 (79.30% from 255) = 38.19%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=23.63%
G=38.19%
B=38.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1252022020.38000.2118042.0864.12
Hex7DCACA260015b42a40
Octal17531231246002526452100
Binary111110111001010110010101001100010101101101001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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