Html Css Color HEX #68DBB6 Downy

📋 copy color: '#68DBB6'

red 104 ◦ green 219 ◦ blue 182

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

Shades of Downy #68DBB6

Tints of Downy #68DBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.04%

R = 20.59%
G = 43.37%
B = 36.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#68DBB6 (or 0x68DBB6) is known color: Downy. HEX triplet: 68, DB and B6. RGB value is (104,219,182). Sum of RGB (Red+Green+Blue) = 104+219+182=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DBB6 is #972449. Grayscale: #B4B4B4. Windows color (decimal): -9905226 or 11983720. OLE color: 11983720.

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

Color convert

RGB 104 219 182 -
CMYK 0.53 0 0.17 0.14
HSL 160.7º 0.61% 0.63% -
HSV(B) 160.7º 0.53% 0.86% -
XYZ 39.48 56.98 53.17 -
YUV 180.4 128.9 73.51 -
System Red Green Blue C M Y K H S L
Decimal 104 219 182 0.53 0 0.17 0.14 160.7 0.61 0.63
Hex 68 DB B6 35 0 11 E A1 3D 3F
Octal 150 333 266 65 0 21 16 241 75 77
Binary 1101000 11011011 10110110 110101 0 10001 1110 10100001 111101 111111

Color Harmonies of #68DBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBB6

Black with #68DBB6

Text Example


Text Example

White with #68DBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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