Html Css Color HEX #68DECD Downy

📋 copy color: '#68DECD'

red 104 ◦ green 222 ◦ blue 205

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

Shades of Downy #68DECD

Tints of Downy #68DECD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.81%

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

R = 19.59%
G = 41.81%
B = 38.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#68DECD (or 0x68DECD) is known color: Downy. HEX triplet: 68, DE and CD. RGB value is (104,222,205). Sum of RGB (Red+Green+Blue) = 104+222+205=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #68DECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DECD is #972132. Grayscale: #B8B8B8. Windows color (decimal): -9904435 or 13491816. OLE color: 13491816.

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

Color convert

RGB 104 222 205 -
CMYK 0.53 0 0.08 0.13
HSL 171.36º 0.64% 0.64% -
HSV(B) 171.36º 0.53% 0.87% -
XYZ 42.85 59.59 67 -
YUV 184.78 139.41 70.38 -
System Red Green Blue C M Y K H S L
Decimal 104 222 205 0.53 0 0.08 0.13 171.36 0.64 0.64
Hex 68 DE CD 35 0 8 D AB 40 40
Octal 150 336 315 65 0 10 15 253 100 100
Binary 1101000 11011110 11001101 110101 0 1000 1101 10101011 1000000 1000000

Color Harmonies of #68DECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DECD

Black with #68DECD

Text Example


Text Example

White with #68DECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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