#68D9B9

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

Shades of Downy #68D9B9

Tints of Downy #68D9B9

Color information

#68D9B9 (or 0x68D9B9) is unknown color: approx Downy. HEX triplet: 68, D9 and B9. RGB value is (104,217,185). Sum of RGB (Red+Green+Blue) = 104+217+185=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #68D9B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D9B9 is #972646. Grayscale: #B3B3B3. Windows color (decimal): -9905735 or 12179816. OLE color: 12179816.

HSL color Cylindrical-coordinate representation of color #68D9B9: hue angle of 163.01º degrees, saturation: 0.6, 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 #68D9B9 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB104217185-
CMYK0.5200.150.15
HSL163.01º59.79%62.94%-
HSV(B)163.01º52.07%85.1%-
XYZ39.2856.0754.65-
YUV179.56131.0674.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.55%
GREEN value IS 217 (85.16% from 255) = 42.89%
BLUE value IS 185 (72.66% from 255) = 36.56%
R=20.55%
G=42.89%
B=36.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1042171850.5200.150.15163.0159.7962.94
Hex68D9B9340FFa33c3f
Octal15033127164017172437477
Binary1101000110110011011100111010001111111110100011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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