Html Css Color HEX #68DAC5 Downy

📋 copy color: '#68DAC5'

red 104 ◦ green 218 ◦ blue 197

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

Shades of Downy #68DAC5

Tints of Downy #68DAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.96%

R = 20.04%
G = 42%
B = 37.96%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#68DAC5 (or 0x68DAC5) is known color: Downy. HEX triplet: 68, DA and C5. RGB value is (104,218,197). Sum of RGB (Red+Green+Blue) = 104+218+197=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DAC5 is #97253A. Grayscale: #B5B5B5. Windows color (decimal): -9905467 or 12966504. OLE color: 12966504.

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

Color convert

RGB 104 218 197 -
CMYK 0.52 0 0.10 0.15
HSL 168.95º 0.61% 0.63% -
HSV(B) 168.95º 0.52% 0.85% -
XYZ 40.86 57.12 61.69 -
YUV 181.52 136.73 72.71 -
System Red Green Blue C M Y K H S L
Decimal 104 218 197 0.52 0 0.10 0.15 168.95 0.61 0.63
Hex 68 DA C5 34 0 A F A9 3D 3F
Octal 150 332 305 64 0 12 17 251 75 77
Binary 1101000 11011010 11000101 110100 0 1010 1111 10101001 111101 111111

Color Harmonies of #68DAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DAC5

Black with #68DAC5

Text Example


Text Example

White with #68DAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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