#7ccfcf

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

Shades of Spray #7CCFCF

Tints of Spray #7CCFCF

Color information

#7CCFCF (or 0x7CCFCF) is unknown color: approx Spray. HEX triplet: 7C, CF and CF. RGB value is (124,207,207). Sum of RGB (Red+Green+Blue) = 124+207+207=538 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.05% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #7CCFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCFCF is #833030. Grayscale: #B6B6B6. Windows color (decimal): -8597553 or 13619068. OLE color: 13619068.

HSL color Cylindrical-coordinate representation of color #7CCFCF: 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 #7CCFCF is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124207207-
CMYK0.40000.19
HSL180º46.37%64.9%-
HSV(B)180º40.1%81.18%-
XYZ41.8953.4267.13-
YUV182.1814286.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.05%
GREEN value IS 207 (81.25% from 255) = 38.48%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=23.05%
G=38.48%
B=38.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1242072070.40000.1918046.3764.9
Hex7CCFCF280013b42e41
Octal17431731750002326456101
Binary111110011001111110011111010000010011101101001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ccfcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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