#7CC5CD

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

Shades of Spray #7CC5CD

Tints of Spray #7CC5CD

Color information

#7CC5CD (or 0x7CC5CD) is unknown color: approx Spray. HEX triplet: 7C, C5 and CD. RGB value is (124,197,205). Sum of RGB (Red+Green+Blue) = 124+197+205=526 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.57% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CC5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC5CD is #833A32. Grayscale: #AFAFAF. Windows color (decimal): -8600115 or 13485436. OLE color: 13485436.

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

Color convert

RGB124197205-
CMYK0.400.0400.20
HSL185.93º44.75%64.51%-
HSV(B)185.93º39.51%80.39%-
XYZ39.348.6365.07-
YUV176.08144.3290.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.57%
GREEN value IS 197 (77.34% from 255) = 37.45%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=23.57%
G=37.45%
B=38.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241972050.400.0400.20185.9344.7564.51
Hex7CC5CD284014ba2d41
Octal17430531550402427255101
Binary11111001100010111001101101000100010100101110101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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