#68D3B5

Color #68D3B5 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #68D3B5

Tints of Downy #68D3B5

Color information

#68D3B5 (or 0x68D3B5) is unknown color: approx Downy. HEX triplet: 68, D3 and B5. RGB value is (104,211,181). Sum of RGB (Red+Green+Blue) = 104+211+181=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 211 - color contains mainly: green. Hex color #68D3B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D3B5 is #972C4A. Grayscale: #AFAFAF. Windows color (decimal): -9907275 or 11916136. OLE color: 11916136.

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

Color convert

RGB104211181-
CMYK0.5100.140.17
HSL163.18º54.87%61.76%-
HSV(B)163.18º50.71%82.75%-
XYZ37.3452.8751.95-
YUV175.59131.0576.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.97%
GREEN value IS 211 (82.81% from 255) = 42.54%
BLUE value IS 181 (71.09% from 255) = 36.49%
R=20.97%
G=42.54%
B=36.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1042111810.5100.140.17163.1854.8761.76
Hex68D3B5330E11a3373e
Octal15032326563016212436776
Binary11010001101001110110101110011011101000110100011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,211,181); }

 H1.HeaderClassName
 {
   color: #68D3B5;
 }
 .AnyTagClassName
 {
   color: #68D3B5;
 }
</style>
background-color css

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

 a { background-color: rgb(104,211,181); }

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

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

 span { border-color: rgb(104,211,181); }

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