Html Css Color HEX #68DBC4 Downy

📋 copy color: '#68DBC4'

red 104 ◦ green 219 ◦ blue 196

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

Shades of Downy #68DBC4

Tints of Downy #68DBC4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.2%

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

R = 20.04%
G = 42.2%
B = 37.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#68DBC4 (or 0x68DBC4) is known color: Downy. HEX triplet: 68, DB and C4. RGB value is (104,219,196). Sum of RGB (Red+Green+Blue) = 104+219+196=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DBC4 is #97243B. Grayscale: #B5B5B5. Windows color (decimal): -9905212 or 12901224. OLE color: 12901224.

HSL color Cylindrical-coordinate representation of color #68DBC4: hue angle of 168º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DBC4 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 219 196 -
CMYK 0.53 0 0.11 0.14
HSL 168º 0.61% 0.63% -
HSV(B) 168º 0.53% 0.86% -
XYZ 41 57.59 61.18 -
YUV 181.99 135.9 72.37 -
System Red Green Blue C M Y K H S L
Decimal 104 219 196 0.53 0 0.11 0.14 168 0.61 0.63
Hex 68 DB C4 35 0 B E A8 3D 3F
Octal 150 333 304 65 0 13 16 250 75 77
Binary 1101000 11011011 11000100 110101 0 1011 1110 10101000 111101 111111

Color Harmonies of #68DBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBC4

Black with #68DBC4

Text Example


Text Example

White with #68DBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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