Html Css Color HEX #68DCB7 Downy

📋 copy color: '#68DCB7'

red 104 ◦ green 220 ◦ blue 183

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

Shades of Downy #68DCB7

Tints of Downy #68DCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.09%

R = 20.51%
G = 43.39%
B = 36.09%

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

#68DCB7 (or 0x68DCB7) is known color: Downy. HEX triplet: 68, DC and B7. RGB value is (104,220,183). Sum of RGB (Red+Green+Blue) = 104+220+183=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCB7 is #972348. Grayscale: #B5B5B5. Windows color (decimal): -9904969 or 12049512. OLE color: 12049512.

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

Color convert

RGB 104 220 183 -
CMYK 0.53 0 0.17 0.14
HSL 160.86º 0.62% 0.64% -
HSV(B) 160.86º 0.53% 0.86% -
XYZ 39.85 57.55 53.81 -
YUV 181.1 129.07 73.01 -
System Red Green Blue C M Y K H S L
Decimal 104 220 183 0.53 0 0.17 0.14 160.86 0.62 0.64
Hex 68 DC B7 35 0 11 E A1 3E 40
Octal 150 334 267 65 0 21 16 241 76 100
Binary 1101000 11011100 10110111 110101 0 10001 1110 10100001 111110 1000000

Color Harmonies of #68DCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DCB7

Black with #68DCB7

Text Example


Text Example

White with #68DCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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