Html Css Color HEX #68DEC4 Downy

📋 copy color: '#68DEC4'

red 104 ◦ green 222 ◦ blue 196

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

Shades of Downy #68DEC4

Tints of Downy #68DEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.55%

R = 19.92%
G = 42.53%
B = 37.55%

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

#68DEC4 (or 0x68DEC4) is known color: Downy. HEX triplet: 68, DE and C4. RGB value is (104,222,196). Sum of RGB (Red+Green+Blue) = 104+222+196=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #68DEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DEC4 is #97213B. Grayscale: #B7B7B7. Windows color (decimal): -9904444 or 12901992. OLE color: 12901992.

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

Color convert

RGB 104 222 196 -
CMYK 0.53 0 0.12 0.13
HSL 166.78º 0.64% 0.64% -
HSV(B) 166.78º 0.53% 0.87% -
XYZ 41.79 59.17 61.44 -
YUV 183.75 134.91 71.11 -
System Red Green Blue C M Y K H S L
Decimal 104 222 196 0.53 0 0.12 0.13 166.78 0.64 0.64
Hex 68 DE C4 35 0 C D A7 40 40
Octal 150 336 304 65 0 14 15 247 100 100
Binary 1101000 11011110 11000100 110101 0 1100 1101 10100111 1000000 1000000

Color Harmonies of #68DEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DEC4

Black with #68DEC4

Text Example


Text Example

White with #68DEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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