Html Css Color HEX #68DDD0 Downy

📋 copy color: '#68DDD0'

red 104 ◦ green 221 ◦ blue 208

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

Shades of Downy #68DDD0

Tints of Downy #68DDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.02%

R = 19.51%
G = 41.46%
B = 39.02%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#68DDD0 (or 0x68DDD0) is known color: Downy. HEX triplet: 68, DD and D0. RGB value is (104,221,208). Sum of RGB (Red+Green+Blue) = 104+221+208=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDD0 is #97222F. Grayscale: #B8B8B8. Windows color (decimal): -9904688 or 13688168. OLE color: 13688168.

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

Color convert

RGB 104 221 208 -
CMYK 0.53 0 0.06 0.13
HSL 173.33º 0.63% 0.64% -
HSV(B) 173.33º 0.53% 0.87% -
XYZ 42.95 59.21 68.84 -
YUV 184.54 141.24 70.56 -
System Red Green Blue C M Y K H S L
Decimal 104 221 208 0.53 0 0.06 0.13 173.33 0.63 0.64
Hex 68 DD D0 35 0 6 D AD 3F 40
Octal 150 335 320 65 0 6 15 255 77 100
Binary 1101000 11011101 11010000 110101 0 110 1101 10101101 111111 1000000

Color Harmonies of #68DDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DDD0

Black with #68DDD0

Text Example


Text Example

White with #68DDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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