Html Css Color HEX #68DACA Downy

📋 copy color: '#68DACA'

red 104 ◦ green 218 ◦ blue 202

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

Shades of Downy #68DACA

Tints of Downy #68DACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.55%

R = 19.85%
G = 41.6%
B = 38.55%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#68DACA (or 0x68DACA) is known color: Downy. HEX triplet: 68, DA and CA. RGB value is (104,218,202). Sum of RGB (Red+Green+Blue) = 104+218+202=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #68DACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DACA is #972535. Grayscale: #B6B6B6. Windows color (decimal): -9905462 or 13294184. OLE color: 13294184.

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

Color convert

RGB 104 218 202 -
CMYK 0.52 0 0.07 0.15
HSL 171.58º 0.61% 0.63% -
HSV(B) 171.58º 0.52% 0.85% -
XYZ 41.44 57.35 64.76 -
YUV 182.09 139.23 72.3 -
System Red Green Blue C M Y K H S L
Decimal 104 218 202 0.52 0 0.07 0.15 171.58 0.61 0.63
Hex 68 DA CA 34 0 7 F AC 3D 3F
Octal 150 332 312 64 0 7 17 254 75 77
Binary 1101000 11011010 11001010 110100 0 111 1111 10101100 111101 111111

Color Harmonies of #68DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DACA

Black with #68DACA

Text Example


Text Example

White with #68DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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