#7DCDCD

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

Shades of Spray #7DCDCD

Tints of Spray #7DCDCD

Color information

#7DCDCD (or 0x7DCDCD) is unknown color: approx Spray. HEX triplet: 7D, CD and CD. RGB value is (125,205,205). Sum of RGB (Red+Green+Blue) = 125+205+205=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #7DCDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDCD is #823232. Grayscale: #B5B5B5. Windows color (decimal): -8532531 or 13487485. OLE color: 13487485.

HSL color Cylindrical-coordinate representation of color #7DCDCD: hue angle of 180º 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 #7DCDCD is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125205205-
CMYK0.39000.20
HSL180º44.44%64.71%-
HSV(B)180º39.02%80.39%-
XYZ41.3152.4365.7-
YUV181.08141.588-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.36%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=23.36%
G=38.32%
B=38.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252052050.39000.2018044.4464.71
Hex7DCDCD270014b42c41
Octal17531531547002426454101
Binary111110111001101110011011001110010100101101001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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