Html Css Color HEX #68DDB6 Downy

📋 copy color: '#68DDB6'

red 104 ◦ green 221 ◦ blue 182

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

Shades of Downy #68DDB6

Tints of Downy #68DDB6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.59%

 BLUE value IS 182 (71.48% from 255) = 35.9%

R = 20.51%
G = 43.59%
B = 35.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#68DDB6 (or 0x68DDB6) is known color: Downy. HEX triplet: 68, DD and B6. RGB value is (104,221,182). Sum of RGB (Red+Green+Blue) = 104+221+182=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDB6 is #972249. Grayscale: #B5B5B5. Windows color (decimal): -9904714 or 11984232. OLE color: 11984232.

HSL color Cylindrical-coordinate representation of color #68DDB6: hue angle of 160º degrees, saturation: 0.63, 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 #68DDB6 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 221 182 -
CMYK 0.53 0 0.18 0.13
HSL 160º 0.63% 0.64% -
HSV(B) 160º 0.53% 0.87% -
XYZ 40.01 58.03 53.35 -
YUV 181.57 128.24 72.67 -
System Red Green Blue C M Y K H S L
Decimal 104 221 182 0.53 0 0.18 0.13 160 0.63 0.64
Hex 68 DD B6 35 0 12 D A0 3F 40
Octal 150 335 266 65 0 22 15 240 77 100
Binary 1101000 11011101 10110110 110101 0 10010 1101 10100000 111111 1000000

Color Harmonies of #68DDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DDB6

Black with #68DDB6

Text Example


Text Example

White with #68DDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,221,182); }

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

background-color css

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

 a { background-color: rgb(104,221,182); }

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

border-color css

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

 span { border-color: rgb(104,221,182); }

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