#78CFC9

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

Shades of Downy #78CFC9

Tints of Downy #78CFC9

Color information

#78CFC9 (or 0x78CFC9) is unknown color: approx Downy. HEX triplet: 78, CF and C9. RGB value is (120,207,201). Sum of RGB (Red+Green+Blue) = 120+207+201=528 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.73% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #78CFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFC9 is #873036. Grayscale: #B4B4B4. Windows color (decimal): -8859703 or 13225848. OLE color: 13225848.

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

Color convert

RGB120207201-
CMYK0.4200.030.19
HSL175.86º47.54%64.12%-
HSV(B)175.86º42.03%81.18%-
XYZ40.652.8463.32-
YUV180.3139.6884.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.73%
GREEN value IS 207 (81.25% from 255) = 39.20%
BLUE value IS 201 (78.91% from 255) = 38.07%
R=22.73%
G=39.20%
B=38.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1202072010.4200.030.19175.8647.5464.12
Hex78CFC92A0313b03040
Octal17031731152032326060100
Binary1111000110011111100100110101001110011101100001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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