#7cd0ce

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

Shades of Spray #7CD0CE

Tints of Spray #7CD0CE

Color information

#7CD0CE (or 0x7CD0CE) is unknown color: approx Spray. HEX triplet: 7C, D0 and CE. RGB value is (124,208,206). Sum of RGB (Red+Green+Blue) = 124+208+206=538 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.05% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #7CD0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD0CE is #832F31. Grayscale: #B6B6B6. Windows color (decimal): -8597298 or 13553788. OLE color: 13553788.

HSL color Cylindrical-coordinate representation of color #7CD0CE: hue angle of 178.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CD0CE is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB124208206-
CMYK0.4000.010.18
HSL178.57º47.19%65.1%-
HSV(B)178.57º40.38%81.57%-
XYZ42.0153.8566.57-
YUV182.66141.1786.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.05%
GREEN value IS 208 (81.64% from 255) = 38.66%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=23.05%
G=38.66%
B=38.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1242082060.4000.010.18178.5747.1965.1
Hex7CD0CE280112b32f41
Octal17432031650012226357101
Binary111110011010000110011101010000110010101100111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cd0ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,208,206); }

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

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

 a { background-color: rgb(124,208,206); }

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

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

 span { border-color: rgb(124,208,206); }

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