Html Css Color HEX #68DDC2 Downy

📋 copy color: '#68DDC2'

red 104 ◦ green 221 ◦ blue 194

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

Shades of Downy #68DDC2

Tints of Downy #68DDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.38%

R = 20.04%
G = 42.58%
B = 37.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#68DDC2 (or 0x68DDC2) is known color: Downy. HEX triplet: 68, DD and C2. RGB value is (104,221,194). Sum of RGB (Red+Green+Blue) = 104+221+194=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDC2 is #97223D. Grayscale: #B6B6B6. Windows color (decimal): -9904702 or 12770664. OLE color: 12770664.

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

Color convert

RGB 104 221 194 -
CMYK 0.53 0 0.12 0.13
HSL 166.15º 0.63% 0.64% -
HSV(B) 166.15º 0.53% 0.87% -
XYZ 41.3 58.55 60.16 -
YUV 182.94 134.24 71.7 -
System Red Green Blue C M Y K H S L
Decimal 104 221 194 0.53 0 0.12 0.13 166.15 0.63 0.64
Hex 68 DD C2 35 0 C D A6 3F 40
Octal 150 335 302 65 0 14 15 246 77 100
Binary 1101000 11011101 11000010 110101 0 1100 1101 10100110 111111 1000000

Color Harmonies of #68DDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DDC2

Black with #68DDC2

Text Example


Text Example

White with #68DDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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