Html Css Color HEX #68DCB9 Downy

📋 copy color: '#68DCB9'

red 104 ◦ green 220 ◦ blue 185

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

Shades of Downy #68DCB9

Tints of Downy #68DCB9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.22%

 BLUE value IS 185 (72.66% from 255) = 36.35%

R = 20.43%
G = 43.22%
B = 36.35%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#68DCB9 (or 0x68DCB9) is known color: Downy. HEX triplet: 68, DC and B9. RGB value is (104,220,185). Sum of RGB (Red+Green+Blue) = 104+220+185=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCB9 is #972346. Grayscale: #B5B5B5. Windows color (decimal): -9904967 or 12180584. OLE color: 12180584.

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

Color convert

RGB 104 220 185 -
CMYK 0.53 0 0.16 0.14
HSL 161.9º 0.62% 0.64% -
HSV(B) 161.9º 0.53% 0.86% -
XYZ 40.06 57.63 54.91 -
YUV 181.33 130.07 72.85 -
System Red Green Blue C M Y K H S L
Decimal 104 220 185 0.53 0 0.16 0.14 161.9 0.62 0.64
Hex 68 DC B9 35 0 10 E A2 3E 40
Octal 150 334 271 65 0 20 16 242 76 100
Binary 1101000 11011100 10111001 110101 0 10000 1110 10100010 111110 1000000

Color Harmonies of #68DCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DCB9

Black with #68DCB9

Text Example


Text Example

White with #68DCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,220,185); }

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

background-color css

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

 a { background-color: rgb(104,220,185); }

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

border-color css

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

 span { border-color: rgb(104,220,185); }

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