#7CC4CD

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

Shades of Spray #7CC4CD

Tints of Spray #7CC4CD

Color information

#7CC4CD (or 0x7CC4CD) is unknown color: approx Spray. HEX triplet: 7C, C4 and CD. RGB value is (124,196,205). Sum of RGB (Red+Green+Blue) = 124+196+205=525 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.62% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CC4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC4CD is #833B32. Grayscale: #AFAFAF. Windows color (decimal): -8600371 or 13485180. OLE color: 13485180.

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

Color convert

RGB124196205-
CMYK0.400.0400.20
HSL186.67º44.75%64.51%-
HSV(B)186.67º39.51%80.39%-
XYZ39.0748.1765-
YUV175.5144.6591.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.62%
GREEN value IS 196 (76.95% from 255) = 37.33%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=23.62%
G=37.33%
B=39.05%

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
Decimal1241962050.400.0400.20186.6744.7564.51
Hex7CC4CD284014bb2d41
Octal17430431550402427355101
Binary11111001100010011001101101000100010100101110111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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