#79CCCF

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

Shades of Spray #79CCCF

Tints of Spray #79CCCF

Color information

#79CCCF (or 0x79CCCF) is unknown color: approx Spray. HEX triplet: 79, CC and CF. RGB value is (121,204,207). Sum of RGB (Red+Green+Blue) = 121+204+207=532 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.74% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #79CCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CCCF is #863330. Grayscale: #B3B3B3. Windows color (decimal): -8794929 or 13618297. OLE color: 13618297.

HSL color Cylindrical-coordinate representation of color #79CCCF: hue angle of 182.09º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79CCCF is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121204207-
CMYK0.420.0100.19
HSL182.09º47.25%64.31%-
HSV(B)182.09º41.55%81.18%-
XYZ40.7451.7666.87-
YUV179.52143.586.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.74%
GREEN value IS 204 (80.08% from 255) = 38.35%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=22.74%
G=38.35%
B=38.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1212042070.420.0100.19182.0947.2564.31
Hex79CCCF2A1013b62f40
Octal17131431752102326657100
Binary111100111001100110011111010101010011101101101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79CCCF; }

 p { color: rgb(121,204,207); }

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

<style>
 a { background-color: #79CCCF; }

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

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

<style>
 span { border-color: #79CCCF; }

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

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