Html Css Color HEX #68DBBC Downy

📋 copy color: '#68DBBC'

red 104 ◦ green 219 ◦ blue 188

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

Shades of Downy #68DBBC

Tints of Downy #68DBBC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.86%

 BLUE value IS 188 (73.83% from 255) = 36.79%

R = 20.35%
G = 42.86%
B = 36.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#68DBBC (or 0x68DBBC) is known color: Downy. HEX triplet: 68, DB and BC. RGB value is (104,219,188). Sum of RGB (Red+Green+Blue) = 104+219+188=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DBBC is #972443. Grayscale: #B5B5B5. Windows color (decimal): -9905220 or 12376936. OLE color: 12376936.

HSL color Cylindrical-coordinate representation of color #68DBBC: hue angle of 163.83º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DBBC is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 219 188 -
CMYK 0.53 0 0.14 0.14
HSL 163.83º 0.61% 0.63% -
HSV(B) 163.83º 0.53% 0.86% -
XYZ 40.12 57.24 56.51 -
YUV 181.08 131.9 73.02 -
System Red Green Blue C M Y K H S L
Decimal 104 219 188 0.53 0 0.14 0.14 163.83 0.61 0.63
Hex 68 DB BC 35 0 E E A4 3D 3F
Octal 150 333 274 65 0 16 16 244 75 77
Binary 1101000 11011011 10111100 110101 0 1110 1110 10100100 111101 111111

Color Harmonies of #68DBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBBC

Black with #68DBBC

Text Example


Text Example

White with #68DBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,219,188); }

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

background-color css

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

 a { background-color: rgb(104,219,188); }

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

border-color css

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

 span { border-color: rgb(104,219,188); }

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