Html Css Color HEX #68DABD Downy

📋 copy color: '#68DABD'

red 104 ◦ green 218 ◦ blue 189

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

Shades of Downy #68DABD

Tints of Downy #68DABD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.66%

 BLUE value IS 189 (74.22% from 255) = 36.99%

R = 20.35%
G = 42.66%
B = 36.99%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#68DABD (or 0x68DABD) is known color: Downy. HEX triplet: 68, DA and BD. RGB value is (104,218,189). Sum of RGB (Red+Green+Blue) = 104+218+189=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #68DABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DABD is #972542. Grayscale: #B4B4B4. Windows color (decimal): -9905475 or 12442216. OLE color: 12442216.

HSL color Cylindrical-coordinate representation of color #68DABD: hue angle of 164.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68DABD is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 218 189 -
CMYK 0.52 0 0.13 0.15
HSL 164.74º 0.61% 0.63% -
HSV(B) 164.74º 0.52% 0.85% -
XYZ 39.97 56.76 56.99 -
YUV 180.61 132.73 73.36 -
System Red Green Blue C M Y K H S L
Decimal 104 218 189 0.52 0 0.13 0.15 164.74 0.61 0.63
Hex 68 DA BD 34 0 D F A5 3D 3F
Octal 150 332 275 64 0 15 17 245 75 77
Binary 1101000 11011010 10111101 110100 0 1101 1111 10100101 111101 111111

Color Harmonies of #68DABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DABD

Black with #68DABD

Text Example


Text Example

White with #68DABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,218,189); }

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

background-color css

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

 a { background-color: rgb(104,218,189); }

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

border-color css

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

 span { border-color: rgb(104,218,189); }

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