#7CCECE

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

Shades of Spray #7CCECE

Tints of Spray #7CCECE

Color information

#7CCECE (or 0x7CCECE) is unknown color: approx Spray. HEX triplet: 7C, CE and CE. RGB value is (124,206,206). Sum of RGB (Red+Green+Blue) = 124+206+206=536 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.13% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #7CCECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCECE is #833131. Grayscale: #B5B5B5. Windows color (decimal): -8597810 or 13553276. OLE color: 13553276.

HSL color Cylindrical-coordinate representation of color #7CCECE: hue angle of 180º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCECE is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124206206-
CMYK0.40000.19
HSL180º45.56%64.71%-
HSV(B)180º39.81%80.78%-
XYZ41.5252.8866.41-
YUV181.48141.8387-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.13%
GREEN value IS 206 (80.86% from 255) = 38.43%
BLUE value IS 206 (80.86% from 255) = 38.43%
R=23.13%
G=38.43%
B=38.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1242062060.40000.1918045.5664.71
Hex7CCECE280013b42e41
Octal17431631650002326456101
Binary111110011001110110011101010000010011101101001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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