Html Css Color HEX #68DDC0 Downy

📋 copy color: '#68DDC0'

red 104 ◦ green 221 ◦ blue 192

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

Shades of Downy #68DDC0

Tints of Downy #68DDC0

RGB

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

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

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

R = 20.12%
G = 42.75%
B = 37.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#68DDC0 (or 0x68DDC0) is known color: Downy. HEX triplet: 68, DD and C0. RGB value is (104,221,192). Sum of RGB (Red+Green+Blue) = 104+221+192=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDC0 is #97223F. Grayscale: #B6B6B6. Windows color (decimal): -9904704 or 12639592. OLE color: 12639592.

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

Color convert

RGB 104 221 192 -
CMYK 0.53 0 0.13 0.13
HSL 165.13º 0.63% 0.64% -
HSV(B) 165.13º 0.53% 0.87% -
XYZ 41.08 58.46 58.99 -
YUV 182.71 133.24 71.86 -
System Red Green Blue C M Y K H S L
Decimal 104 221 192 0.53 0 0.13 0.13 165.13 0.63 0.64
Hex 68 DD C0 35 0 D D A5 3F 40
Octal 150 335 300 65 0 15 15 245 77 100
Binary 1101000 11011101 11000000 110101 0 1101 1101 10100101 111111 1000000

Color Harmonies of #68DDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DDC0

Black with #68DDC0

Text Example


Text Example

White with #68DDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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