#68C8B7

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

Shades of Downy #68C8B7

Tints of Downy #68C8B7

Color information

#68C8B7 (or 0x68C8B7) is unknown color: approx Downy. HEX triplet: 68, C8 and B7. RGB value is (104,200,183). Sum of RGB (Red+Green+Blue) = 104+200+183=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #68C8B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C8B7 is #973748. Grayscale: #A9A9A9. Windows color (decimal): -9910089 or 12044392. OLE color: 12044392.

HSL color Cylindrical-coordinate representation of color #68C8B7: hue angle of 169.38º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C8B7 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB104200183-
CMYK0.4800.080.22
HSL169.38º46.6%59.61%-
HSV(B)169.38º48%78.43%-
XYZ34.9147.6752.16-
YUV169.36135.781.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.36%
GREEN value IS 200 (78.52% from 255) = 41.07%
BLUE value IS 183 (71.88% from 255) = 37.58%
R=21.36%
G=41.07%
B=37.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1042001830.4800.080.22169.3846.659.61
Hex68C8B7300816a92f3c
Octal15031026760010262515774
Binary11010001100100010110111110000010001011010101001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,200,183); }

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

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

 a { background-color: rgb(104,200,183); }

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

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

 span { border-color: rgb(104,200,183); }

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