Html Css Color HEX #68E1BE Downy

📋 copy color: '#68E1BE'

red 104 ◦ green 225 ◦ blue 190

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

Shades of Downy #68E1BE

Tints of Downy #68E1BE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.35%

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

R = 20.04%
G = 43.35%
B = 36.61%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#68E1BE (or 0x68E1BE) is known color: Downy. HEX triplet: 68, E1 and BE. RGB value is (104,225,190). Sum of RGB (Red+Green+Blue) = 104+225+190=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #68E1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E1BE is #971E41. Grayscale: #B8B8B8. Windows color (decimal): -9903682 or 12509544. OLE color: 12509544.

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

Color convert

RGB 104 225 190 -
CMYK 0.54 0 0.16 0.12
HSL 162.64º 0.67% 0.65% -
HSV(B) 162.64º 0.54% 0.88% -
XYZ 41.93 60.51 58.19 -
YUV 184.83 130.91 70.35 -
System Red Green Blue C M Y K H S L
Decimal 104 225 190 0.54 0 0.16 0.12 162.64 0.67 0.65
Hex 68 E1 BE 36 0 10 C A3 43 41
Octal 150 341 276 66 0 20 14 243 103 101
Binary 1101000 11100001 10111110 110110 0 10000 1100 10100011 1000011 1000001

Color Harmonies of #68E1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E1BE

Black with #68E1BE

Text Example


Text Example

White with #68E1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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