Html Css Color HEX #68DABE Downy

📋 copy color: '#68DABE'

red 104 ◦ green 218 ◦ blue 190

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

Shades of Downy #68DABE

Tints of Downy #68DABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 20.31%
G = 42.58%
B = 37.11%

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

#68DABE (or 0x68DABE) is known color: Downy. HEX triplet: 68, DA and BE. RGB value is (104,218,190). Sum of RGB (Red+Green+Blue) = 104+218+190=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #68DABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DABE is #972541. Grayscale: #B4B4B4. Windows color (decimal): -9905474 or 12507752. OLE color: 12507752.

HSL color Cylindrical-coordinate representation of color #68DABE: hue angle of 165.26º 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 #68DABE is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 218 190 -
CMYK 0.52 0 0.13 0.15
HSL 165.26º 0.61% 0.63% -
HSV(B) 165.26º 0.52% 0.85% -
XYZ 40.07 56.8 57.57 -
YUV 180.72 133.23 73.28 -
System Red Green Blue C M Y K H S L
Decimal 104 218 190 0.52 0 0.13 0.15 165.26 0.61 0.63
Hex 68 DA BE 34 0 D F A5 3D 3F
Octal 150 332 276 64 0 15 17 245 75 77
Binary 1101000 11011010 10111110 110100 0 1101 1111 10100101 111101 111111

Color Harmonies of #68DABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DABE

Black with #68DABE

Text Example


Text Example

White with #68DABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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