#7CDBD9

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

Shades of Spray #7CDBD9

Tints of Spray #7CDBD9

Color information

#7CDBD9 (or 0x7CDBD9) is unknown color: approx Spray. HEX triplet: 7C, DB and D9. RGB value is (124,219,217). Sum of RGB (Red+Green+Blue) = 124+219+217=560 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.14% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDBD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDBD9 is #832426. Grayscale: #BEBEBE. Windows color (decimal): -8594471 or 14277500. OLE color: 14277500.

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

Color convert

RGB124219217-
CMYK0.4300.010.14
HSL178.74º56.89%67.25%-
HSV(B)178.74º43.38%85.88%-
XYZ46.1759.9674.79-
YUV190.37143.0380.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.14%
GREEN value IS 219 (85.94% from 255) = 39.11%
BLUE value IS 217 (85.16% from 255) = 38.75%
R=22.14%
G=39.11%
B=38.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1242192170.4300.010.14178.7456.8967.25
Hex7CDBD92B01Eb33943
Octal17433333153011626371103
Binary11111001101101111011001101011011110101100111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,219,217); }

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

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

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

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

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

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

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