Html Css Color HEX #68DEBC Downy

📋 copy color: '#68DEBC'

red 104 ◦ green 222 ◦ blue 188

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

Shades of Downy #68DEBC

Tints of Downy #68DEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.19%

 BLUE value IS 188 (73.83% from 255) = 36.58%

R = 20.23%
G = 43.19%
B = 36.58%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#68DEBC (or 0x68DEBC) is known color: Downy. HEX triplet: 68, DE and BC. RGB value is (104,222,188). Sum of RGB (Red+Green+Blue) = 104+222+188=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #68DEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DEBC is #972143. Grayscale: #B6B6B6. Windows color (decimal): -9904452 or 12377704. OLE color: 12377704.

HSL color Cylindrical-coordinate representation of color #68DEBC: hue angle of 162.71º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DEBC is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 222 188 -
CMYK 0.53 0 0.15 0.13
HSL 162.71º 0.64% 0.64% -
HSV(B) 162.71º 0.53% 0.87% -
XYZ 40.91 58.82 56.77 -
YUV 182.84 130.91 71.76 -
System Red Green Blue C M Y K H S L
Decimal 104 222 188 0.53 0 0.15 0.13 162.71 0.64 0.64
Hex 68 DE BC 35 0 F D A3 40 40
Octal 150 336 274 65 0 17 15 243 100 100
Binary 1101000 11011110 10111100 110101 0 1111 1101 10100011 1000000 1000000

Color Harmonies of #68DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DEBC

Black with #68DEBC

Text Example


Text Example

White with #68DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,222,188); }

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

background-color css

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

 a { background-color: rgb(104,222,188); }

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

border-color css

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

 span { border-color: rgb(104,222,188); }

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