#7FDDDC

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

Shades of Spray #7FDDDC

Tints of Spray #7FDDDC

Color information

#7FDDDC (or 0x7FDDDC) is unknown color: approx Spray. HEX triplet: 7F, DD and DC. RGB value is (127,221,220). Sum of RGB (Red+Green+Blue) = 127+221+220=568 (75% of max value = 765). Red value is 127 (50% from 255 or 22.36% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDDC is #802223. Grayscale: #C0C0C0. Windows color (decimal): -8397348 or 14474623. OLE color: 14474623.

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

Color convert

RGB127221220-
CMYK0.4300.000.13
HSL179.36º58.02%68.24%-
HSV(B)179.36º42.53%86.67%-
XYZ47.5361.3977.06-
YUV192.78143.3681.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.36%
GREEN value IS 221 (86.72% from 255) = 38.91%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=22.36%
G=38.91%
B=38.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1272212200.4300.000.13179.3658.0268.24
Hex7FDDDC2B00Db33a44
Octal17733533453001526372104
Binary11111111101110111011100101011001101101100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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