Html Css Color HEX #68D4B9 Downy

📋 copy color: '#68D4B9'

red 104 ◦ green 212 ◦ blue 185

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

Shades of Downy #68D4B9

Tints of Downy #68D4B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.93%

R = 20.76%
G = 42.32%
B = 36.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#68D4B9 (or 0x68D4B9) is known color: Downy. HEX triplet: 68, D4 and B9. RGB value is (104,212,185). Sum of RGB (Red+Green+Blue) = 104+212+185=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #68D4B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D4B9 is #972B46. Grayscale: #B0B0B0. Windows color (decimal): -9907015 or 12178536. OLE color: 12178536.

HSL color Cylindrical-coordinate representation of color #68D4B9: hue angle of 165º 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 #68D4B9 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 212 185 -
CMYK 0.51 0 0.13 0.17
HSL 165º 0.56% 0.62% -
HSV(B) 165º 0.51% 0.83% -
XYZ 38.01 53.53 54.23 -
YUV 176.63 132.72 76.2 -
System Red Green Blue C M Y K H S L
Decimal 104 212 185 0.51 0 0.13 0.17 165 0.56 0.62
Hex 68 D4 B9 33 0 D 11 A5 38 3E
Octal 150 324 271 63 0 15 21 245 70 76
Binary 1101000 11010100 10111001 110011 0 1101 10001 10100101 111000 111110

Color Harmonies of #68D4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D4B9

Black with #68D4B9

Text Example


Text Example

White with #68D4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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