Html Css Color HEX #68DFB6 Downy

📋 copy color: '#68DFB6'

red 104 ◦ green 223 ◦ blue 182

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

Shades of Downy #68DFB6

Tints of Downy #68DFB6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.81%

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

R = 20.43%
G = 43.81%
B = 35.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#68DFB6 (or 0x68DFB6) is known color: Downy. HEX triplet: 68, DF and B6. RGB value is (104,223,182). Sum of RGB (Red+Green+Blue) = 104+223+182=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFB6 is #972049. Grayscale: #B6B6B6. Windows color (decimal): -9904202 or 11984744. OLE color: 11984744.

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

Color convert

RGB 104 223 182 -
CMYK 0.53 0 0.18 0.13
HSL 159.33º 0.65% 0.64% -
HSV(B) 159.33º 0.53% 0.87% -
XYZ 40.54 59.1 53.53 -
YUV 182.75 127.58 71.83 -
System Red Green Blue C M Y K H S L
Decimal 104 223 182 0.53 0 0.18 0.13 159.33 0.65 0.64
Hex 68 DF B6 35 0 12 D 9F 41 40
Octal 150 337 266 65 0 22 15 237 101 100
Binary 1101000 11011111 10110110 110101 0 10010 1101 10011111 1000001 1000000

Color Harmonies of #68DFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DFB6

Black with #68DFB6

Text Example


Text Example

White with #68DFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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