Html Css Color HEX #68E2BE Downy

📋 copy color: '#68E2BE'

red 104 ◦ green 226 ◦ blue 190

#68E2BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #68E2BE

Tints of Downy #68E2BE

RGB

 RED value IS 104 (41.02% from 255) = 20%

 GREEN value IS 226 (88.67% from 255) = 43.46%

 BLUE value IS 190 (74.61% from 255) = 36.54%

R = 20%
G = 43.46%
B = 36.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#68E2BE (or 0x68E2BE) is known color: Downy. HEX triplet: 68, E2 and BE. RGB value is (104,226,190). Sum of RGB (Red+Green+Blue) = 104+226+190=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #68E2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E2BE is #971D41. Grayscale: #B9B9B9. Windows color (decimal): -9903426 or 12509800. OLE color: 12509800.

HSL color Cylindrical-coordinate representation of color #68E2BE: hue angle of 162.3º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E2BE is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 104 226 190 -
CMYK 0.54 0 0.16 0.11
HSL 162.3º 0.68% 0.65% -
HSV(B) 162.3º 0.54% 0.89% -
XYZ 42.2 61.05 58.28 -
YUV 185.42 130.58 69.93 -
System Red Green Blue C M Y K H S L
Decimal 104 226 190 0.54 0 0.16 0.11 162.3 0.68 0.65
Hex 68 E2 BE 36 0 10 B A2 44 41
Octal 150 342 276 66 0 20 13 242 104 101
Binary 1101000 11100010 10111110 110110 0 10000 1011 10100010 1000100 1000001

Color Harmonies of #68E2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E2BE

Black with #68E2BE

Text Example


Text Example

White with #68E2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68E2BE;
 }
 .AnyTagClassName
 {
   color: #68E2BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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