Html Css Color HEX #68DDCD Downy

📋 copy color: '#68DDCD'

red 104 ◦ green 221 ◦ blue 205

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

Shades of Downy #68DDCD

Tints of Downy #68DDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 19.62%
G = 41.7%
B = 38.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#68DDCD (or 0x68DDCD) is known color: Downy. HEX triplet: 68, DD and CD. RGB value is (104,221,205). Sum of RGB (Red+Green+Blue) = 104+221+205=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDCD is #972232. Grayscale: #B8B8B8. Windows color (decimal): -9904691 or 13491560. OLE color: 13491560.

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

Color convert

RGB 104 221 205 -
CMYK 0.53 0 0.07 0.13
HSL 171.79º 0.63% 0.64% -
HSV(B) 171.79º 0.53% 0.87% -
XYZ 42.58 59.06 66.91 -
YUV 184.19 139.74 70.8 -
System Red Green Blue C M Y K H S L
Decimal 104 221 205 0.53 0 0.07 0.13 171.79 0.63 0.64
Hex 68 DD CD 35 0 7 D AC 3F 40
Octal 150 335 315 65 0 7 15 254 77 100
Binary 1101000 11011101 11001101 110101 0 111 1101 10101100 111111 1000000

Color Harmonies of #68DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DDCD

Black with #68DDCD

Text Example


Text Example

White with #68DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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