#68e6ba

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

Shades of Downy #68E6BA

Tints of Downy #68E6BA

Color information

#68E6BA (or 0x68E6BA) is unknown color: approx Downy. HEX triplet: 68, E6 and BA. RGB value is (104,230,186). Sum of RGB (Red+Green+Blue) = 104+230+186=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #68E6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E6BA is #971945. Grayscale: #BBBBBB. Windows color (decimal): -9902406 or 12248680. OLE color: 12248680.

HSL color Cylindrical-coordinate representation of color #68E6BA: hue angle of 159.05º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E6BA is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB104230186-
CMYK0.5500.190.10
HSL159.05º71.59%65.49%-
HSV(B)159.05º54.78%90.2%-
XYZ42.8763.0856.37-
YUV187.31127.2668.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20%
GREEN value IS 230 (90.23% from 255) = 44.23%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=20%
G=44.23%
B=35.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1042301860.5500.190.10159.0571.5965.49
Hex68E6BA37013A9f4841
Octal1503462726702312237110101
Binary1101000111001101011101011011101001110101001111110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68e6ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,230,186); }

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

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

 a { background-color: rgb(104,230,186); }

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

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

 span { border-color: rgb(104,230,186); }

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