#68d8ba

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

Shades of Downy #68D8BA

Tints of Downy #68D8BA

Color information

#68D8BA (or 0x68D8BA) is unknown color: approx Downy. HEX triplet: 68, D8 and BA. RGB value is (104,216,186). Sum of RGB (Red+Green+Blue) = 104+216+186=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #68D8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D8BA is #972745. Grayscale: #B3B3B3. Windows color (decimal): -9905990 or 12245096. OLE color: 12245096.

HSL color Cylindrical-coordinate representation of color #68D8BA: hue angle of 163.93º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D8BA is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB104216186-
CMYK0.5200.140.15
HSL163.93º58.95%62.75%-
HSV(B)163.93º51.85%84.71%-
XYZ39.1355.655.12-
YUV179.09131.8974.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.55%
GREEN value IS 216 (84.77% from 255) = 42.69%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=20.55%
G=42.69%
B=36.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1042161860.5200.140.15163.9358.9562.75
Hex68D8BA340EFa43b3f
Octal15033027264016172447377
Binary1101000110110001011101011010001110111110100100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68d8ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,216,186); }

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

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

 a { background-color: rgb(104,216,186); }

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

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

 span { border-color: rgb(104,216,186); }

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