#78CDCF

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

Shades of Spray #78CDCF

Tints of Spray #78CDCF

Color information

#78CDCF (or 0x78CDCF) is unknown color: approx Spray. HEX triplet: 78, CD and CF. RGB value is (120,205,207). Sum of RGB (Red+Green+Blue) = 120+205+207=532 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.56% from 532); Green value is 205 (80.47% from 255 or 38.53% 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 #78CDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CDCF is #873230. Grayscale: #B3B3B3. Windows color (decimal): -8860209 or 13618552. OLE color: 13618552.

HSL color Cylindrical-coordinate representation of color #78CDCF: hue angle of 181.38º degrees, saturation: 0.48, 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 #78CDCF is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB120205207-
CMYK0.420.0100.19
HSL181.38º47.54%64.12%-
HSV(B)181.38º42.03%81.18%-
XYZ40.8452.1666.95-
YUV179.81143.3485.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.56%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=22.56%
G=38.53%
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
Decimal1202052070.420.0100.19181.3847.5464.12
Hex78CDCF2A1013b53040
Octal17031531752102326560100
Binary111100011001101110011111010101010011101101011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78CDCF; }

 p { color: rgb(120,205,207); }

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

<style>
 a { background-color: #78CDCF; }

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

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

<style>
 span { border-color: #78CDCF; }

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

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