#78d0c9

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

Shades of Downy #78D0C9

Tints of Downy #78D0C9

Color information

#78D0C9 (or 0x78D0C9) is unknown color: approx Downy. HEX triplet: 78, D0 and C9. RGB value is (120,208,201). Sum of RGB (Red+Green+Blue) = 120+208+201=529 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.68% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #78D0C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D0C9 is #872F36. Grayscale: #B4B4B4. Windows color (decimal): -8859447 or 13226104. OLE color: 13226104.

HSL color Cylindrical-coordinate representation of color #78D0C9: hue angle of 175.23º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78D0C9 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB120208201-
CMYK0.4200.030.18
HSL175.23º48.35%64.31%-
HSV(B)175.23º42.31%81.57%-
XYZ40.8453.3263.4-
YUV180.89139.3584.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.68%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 201 (78.91% from 255) = 38.00%
R=22.68%
G=39.32%
B=38.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202082010.4200.030.18175.2348.3564.31
Hex78D0C92A0312af3040
Octal17032031152032225760100
Binary1111000110100001100100110101001110010101011111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78d0c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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