#68e8bb

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

Shades of Downy #68E8BB

Tints of Downy #68E8BB

Color information

#68E8BB (or 0x68E8BB) is unknown color: approx Downy. HEX triplet: 68, E8 and BB. RGB value is (104,232,187). Sum of RGB (Red+Green+Blue) = 104+232+187=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 232 (91.02% from 255 or 44.36% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 232 - color contains mainly: green. Hex color #68E8BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E8BB is #971744. Grayscale: #BCBCBC. Windows color (decimal): -9901893 or 12314728. OLE color: 12314728.

HSL color Cylindrical-coordinate representation of color #68E8BB: hue angle of 158.91º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E8BB is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB104232187-
CMYK0.5500.190.09
HSL158.91º73.56%65.88%-
HSV(B)158.91º55.17%90.98%-
XYZ43.5464.2457.12-
YUV188.6127.0967.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.89%
GREEN value IS 232 (91.02% from 255) = 44.36%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=19.89%
G=44.36%
B=35.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1042321870.5500.190.09158.9173.5665.88
Hex68E8BB3701399f4a42
Octal1503502736702311237112102
Binary1101000111010001011101111011101001110011001111110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68e8bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,232,187); }

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

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

 a { background-color: rgb(104,232,187); }

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

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

 span { border-color: rgb(104,232,187); }

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