#68f2b7

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

Shades of Downy #68F2B7

Tints of Downy #68F2B7

Color information

#68F2B7 (or 0x68F2B7) is unknown color: approx Downy. HEX triplet: 68, F2 and B7. RGB value is (104,242,183). Sum of RGB (Red+Green+Blue) = 104+242+183=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F2B7 is #970D48. Grayscale: #C2C2C2. Windows color (decimal): -9899337 or 12055144. OLE color: 12055144.

HSL color Cylindrical-coordinate representation of color #68F2B7: hue angle of 154.35º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F2B7 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB104242183-
CMYK0.5700.240.05
HSL154.35º84.15%67.84%-
HSV(B)154.35º57.02%94.9%-
XYZ46.0169.8755.86-
YUV194.01121.7863.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.66%
GREEN value IS 242 (94.92% from 255) = 45.75%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=19.66%
G=45.75%
B=34.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042421830.5700.240.05154.3584.1567.84
Hex68F2B73901859a5444
Octal150362267710305232124104
Binary110100011110010101101111110010110001011001101010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68f2b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68f2b7; }

 p { color: rgb(104,242,183); }

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

<style>
 a { background-color: #68f2b7; }

 a { background-color: rgb(104,242,183); }

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

<style>
 span { border-color: #68f2b7; }

 span { border-color: rgb(104,242,183); }

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