#7cdcdc

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

Shades of Spray #7CDCDC

Tints of Spray #7CDCDC

Color information

#7CDCDC (or 0x7CDCDC) is unknown color: approx Spray. HEX triplet: 7C, DC and DC. RGB value is (124,220,220). Sum of RGB (Red+Green+Blue) = 124+220+220=564 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.99% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #7CDCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDCDC is #832323. Grayscale: #BFBFBF. Windows color (decimal): -8594212 or 14474364. OLE color: 14474364.

HSL color Cylindrical-coordinate representation of color #7CDCDC: hue angle of 180º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDCDC is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB124220220-
CMYK0.44000.14
HSL180º57.83%67.45%-
HSV(B)180º43.64%86.27%-
XYZ46.8260.6476.95-
YUV191.3144.280-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.99%
GREEN value IS 220 (86.33% from 255) = 39.01%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=21.99%
G=39.01%
B=39.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1242202200.44000.1418057.8367.45
Hex7CDCDC2C00Eb43a43
Octal17433433454001626472103
Binary11111001101110011011100101100001110101101001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cdcdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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