Html Css Color HEX #68D4BB Downy

📋 copy color: '#68D4BB'

red 104 ◦ green 212 ◦ blue 187

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

Shades of Downy #68D4BB

Tints of Downy #68D4BB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.15%

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

R = 20.68%
G = 42.15%
B = 37.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#68D4BB (or 0x68D4BB) is known color: Downy. HEX triplet: 68, D4 and BB. RGB value is (104,212,187). Sum of RGB (Red+Green+Blue) = 104+212+187=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #68D4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D4BB is #972B44. Grayscale: #B0B0B0. Windows color (decimal): -9907013 or 12309608. OLE color: 12309608.

HSL color Cylindrical-coordinate representation of color #68D4BB: hue angle of 166.11º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D4BB is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 212 187 -
CMYK 0.51 0 0.12 0.17
HSL 166.11º 0.56% 0.62% -
HSV(B) 166.11º 0.51% 0.83% -
XYZ 38.22 53.62 55.35 -
YUV 176.86 133.72 76.03 -
System Red Green Blue C M Y K H S L
Decimal 104 212 187 0.51 0 0.12 0.17 166.11 0.56 0.62
Hex 68 D4 BB 33 0 C 11 A6 38 3E
Octal 150 324 273 63 0 14 21 246 70 76
Binary 1101000 11010100 10111011 110011 0 1100 10001 10100110 111000 111110

Color Harmonies of #68D4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D4BB

Black with #68D4BB

Text Example


Text Example

White with #68D4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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