#78cfc0

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

Shades of Downy #78CFC0

Tints of Downy #78CFC0

Color information

#78CFC0 (or 0x78CFC0) is unknown color: approx Downy. HEX triplet: 78, CF and C0. RGB value is (120,207,192). Sum of RGB (Red+Green+Blue) = 120+207+192=519 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.12% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #78CFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFC0 is #87303F. Grayscale: #B3B3B3. Windows color (decimal): -8859712 or 12636024. OLE color: 12636024.

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

Color convert

RGB120207192-
CMYK0.4200.070.19
HSL169.66º47.54%64.12%-
HSV(B)169.66º42.03%81.18%-
XYZ39.5752.4257.9-
YUV179.28135.1885.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.12%
GREEN value IS 207 (81.25% from 255) = 39.88%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=23.12%
G=39.88%
B=36.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1202071920.4200.070.19169.6647.5464.12
Hex78CFC02A0713aa3040
Octal17031730052072325260100
Binary11110001100111111000000101010011110011101010101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78cfc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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