#68ebce

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

Shades of Downy #68EBCE

Tints of Downy #68EBCE

Color information

#68EBCE (or 0x68EBCE) is unknown color: approx Downy. HEX triplet: 68, EB and CE. RGB value is (104,235,206). Sum of RGB (Red+Green+Blue) = 104+235+206=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EBCE is #971431. Grayscale: #C0C0C0. Windows color (decimal): -9901106 or 13560680. OLE color: 13560680.

HSL color Cylindrical-coordinate representation of color #68EBCE: hue angle of 166.72º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EBCE is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB104235206-
CMYK0.5600.120.08
HSL166.72º76.61%66.47%-
HSV(B)166.72º55.74%92.16%-
XYZ46.5666.8268.84-
YUV192.52135.664.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.08%
GREEN value IS 235 (92.19% from 255) = 43.12%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=19.08%
G=43.12%
B=37.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1042352060.5600.120.08166.7276.6166.47
Hex68EBCE380C8a74d42
Octal1503533167001410247115102
Binary110100011101011110011101110000110010001010011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ebce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,235,206); }

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

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

 a { background-color: rgb(104,235,206); }

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

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

 span { border-color: rgb(104,235,206); }

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