#7DC5CD

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

Shades of Spray #7DC5CD

Tints of Spray #7DC5CD

Color information

#7DC5CD (or 0x7DC5CD) is unknown color: approx Spray. HEX triplet: 7D, C5 and CD. RGB value is (125,197,205). Sum of RGB (Red+Green+Blue) = 125+197+205=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DC5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC5CD is #823A32. Grayscale: #B0B0B0. Windows color (decimal): -8534579 or 13485437. OLE color: 13485437.

HSL color Cylindrical-coordinate representation of color #7DC5CD: hue angle of 186º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DC5CD is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125197205-
CMYK0.390.0400.20
HSL186º44.44%64.71%-
HSV(B)186º39.02%80.39%-
XYZ39.4448.765.08-
YUV176.38144.1591.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.72%
GREEN value IS 197 (77.34% from 255) = 37.38%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=23.72%
G=37.38%
B=38.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251972050.390.0400.2018644.4464.71
Hex7DC5CD274014ba2c41
Octal17530531547402427254101
Binary11111011100010111001101100111100010100101110101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,197,205); }

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

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

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

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

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

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

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