Html Css Color HEX #68DAC1 Downy

📋 copy color: '#68DAC1'

red 104 ◦ green 218 ◦ blue 193

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

Shades of Downy #68DAC1

Tints of Downy #68DAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.48%

R = 20.19%
G = 42.33%
B = 37.48%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#68DAC1 (or 0x68DAC1) is known color: Downy. HEX triplet: 68, DA and C1. RGB value is (104,218,193). Sum of RGB (Red+Green+Blue) = 104+218+193=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DAC1 is #97253E. Grayscale: #B5B5B5. Windows color (decimal): -9905471 or 12704360. OLE color: 12704360.

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

Color convert

RGB 104 218 193 -
CMYK 0.52 0 0.11 0.15
HSL 166.84º 0.61% 0.63% -
HSV(B) 166.84º 0.52% 0.85% -
XYZ 40.41 56.94 59.31 -
YUV 181.06 134.73 73.03 -
System Red Green Blue C M Y K H S L
Decimal 104 218 193 0.52 0 0.11 0.15 166.84 0.61 0.63
Hex 68 DA C1 34 0 B F A7 3D 3F
Octal 150 332 301 64 0 13 17 247 75 77
Binary 1101000 11011010 11000001 110100 0 1011 1111 10100111 111101 111111

Color Harmonies of #68DAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DAC1

Black with #68DAC1

Text Example


Text Example

White with #68DAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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