Html Css Color HEX #68DBBB Downy

📋 copy color: '#68DBBB'

red 104 ◦ green 219 ◦ blue 187

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

Shades of Downy #68DBBB

Tints of Downy #68DBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 20.39%
G = 42.94%
B = 36.67%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#68DBBB (or 0x68DBBB) is known color: Downy. HEX triplet: 68, DB and BB. RGB value is (104,219,187). Sum of RGB (Red+Green+Blue) = 104+219+187=510 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.39% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DBBB is #972444. Grayscale: #B4B4B4. Windows color (decimal): -9905221 or 12311400. OLE color: 12311400.

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

Color convert

RGB 104 219 187 -
CMYK 0.53 0 0.15 0.14
HSL 163.3º 0.61% 0.63% -
HSV(B) 163.3º 0.53% 0.86% -
XYZ 40.01 57.19 55.94 -
YUV 180.97 131.4 73.1 -
System Red Green Blue C M Y K H S L
Decimal 104 219 187 0.53 0 0.15 0.14 163.3 0.61 0.63
Hex 68 DB BB 35 0 F E A3 3D 3F
Octal 150 333 273 65 0 17 16 243 75 77
Binary 1101000 11011011 10111011 110101 0 1111 1110 10100011 111101 111111

Color Harmonies of #68DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBBB

Black with #68DBBB

Text Example


Text Example

White with #68DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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