Html Css Color HEX #68E9C0 Downy

📋 copy color: '#68E9C0'

red 104 ◦ green 233 ◦ blue 192

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

Shades of Downy #68E9C0

Tints of Downy #68E9C0

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.05%

 BLUE value IS 192 (75.39% from 255) = 36.29%

R = 19.66%
G = 44.05%
B = 36.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#68E9C0 (or 0x68E9C0) is known color: Downy. HEX triplet: 68, E9 and C0. RGB value is (104,233,192). Sum of RGB (Red+Green+Blue) = 104+233+192=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #68E9C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E9C0 is #97163F. Grayscale: #BDBDBD. Windows color (decimal): -9901632 or 12642664. OLE color: 12642664.

HSL color Cylindrical-coordinate representation of color #68E9C0: hue angle of 160.93º degrees, saturation: 0.75, 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 #68E9C0 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 233 192 -
CMYK 0.55 0 0.18 0.09
HSL 160.93º 0.75% 0.66% -
HSV(B) 160.93º 0.55% 0.91% -
XYZ 44.36 65.03 60.08 -
YUV 189.76 129.26 66.83 -
System Red Green Blue C M Y K H S L
Decimal 104 233 192 0.55 0 0.18 0.09 160.93 0.75 0.66
Hex 68 E9 C0 37 0 12 9 A1 4B 42
Octal 150 351 300 67 0 22 11 241 113 102
Binary 1101000 11101001 11000000 110111 0 10010 1001 10100001 1001011 1000010

Color Harmonies of #68E9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E9C0

Black with #68E9C0

Text Example


Text Example

White with #68E9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,233,192); }

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

background-color css

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

 a { background-color: rgb(104,233,192); }

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

border-color css

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

 span { border-color: rgb(104,233,192); }

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