#7fdfdc

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

Shades of Spray #7FDFDC

Tints of Spray #7FDFDC

Color information

#7FDFDC (or 0x7FDFDC) is unknown color: approx Spray. HEX triplet: 7F, DF and DC. RGB value is (127,223,220). Sum of RGB (Red+Green+Blue) = 127+223+220=570 (75% of max value = 765). Red value is 127 (50% from 255 or 22.28% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFDC is #802023. Grayscale: #C1C1C1. Windows color (decimal): -8396836 or 14475135. OLE color: 14475135.

HSL color Cylindrical-coordinate representation of color #7FDFDC: hue angle of 178.12º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDFDC is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB127223220-
CMYK0.4300.010.13
HSL178.12º60%68.63%-
HSV(B)178.12º43.05%87.45%-
XYZ48.0662.4577.23-
YUV193.95142.780.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.28%
GREEN value IS 223 (87.5% from 255) = 39.12%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=22.28%
G=39.12%
B=38.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1272232200.4300.010.13178.126068.63
Hex7FDFDC2B01Db23c45
Octal17733733453011526274105
Binary11111111101111111011100101011011101101100101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fdfdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,223,220); }

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

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

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

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

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

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

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