#68EEBE

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

Shades of Downy #68EEBE

Tints of Downy #68EEBE

Color information

#68EEBE (or 0x68EEBE) is unknown color: approx Downy. HEX triplet: 68, EE and BE. RGB value is (104,238,190). Sum of RGB (Red+Green+Blue) = 104+238+190=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EEBE is #971141. Grayscale: #C0C0C0. Windows color (decimal): -9900354 or 12512872. OLE color: 12512872.

HSL color Cylindrical-coordinate representation of color #68EEBE: hue angle of 158.51º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EEBE is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB104238190-
CMYK0.5600.200.07
HSL158.51º79.76%67.06%-
HSV(B)158.51º56.3%93.33%-
XYZ45.5867.8159.4-
YUV192.46126.6164.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.55%
GREEN value IS 238 (93.36% from 255) = 44.74%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=19.55%
G=44.74%
B=35.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1042381900.5600.200.07158.5179.7667.06
Hex68EEBE3801479f5043
Octal150356276700247237120103
Binary110100011101110101111101110000101001111001111110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,238,190); }

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

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

 a { background-color: rgb(104,238,190); }

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

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

 span { border-color: rgb(104,238,190); }

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