#68C8BA

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

Shades of Downy #68C8BA

Tints of Downy #68C8BA

Color information

#68C8BA (or 0x68C8BA) is unknown color: approx Downy. HEX triplet: 68, C8 and BA. RGB value is (104,200,186). Sum of RGB (Red+Green+Blue) = 104+200+186=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #68C8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C8BA is #973745. Grayscale: #A9A9A9. Windows color (decimal): -9910086 or 12241000. OLE color: 12241000.

HSL color Cylindrical-coordinate representation of color #68C8BA: hue angle of 171.25º 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 #68C8BA is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB104200186-
CMYK0.4800.070.22
HSL171.25º46.6%59.61%-
HSV(B)171.25º48%78.43%-
XYZ35.2347.853.82-
YUV169.7137.281.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.22%
GREEN value IS 200 (78.52% from 255) = 40.82%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=21.22%
G=40.82%
B=37.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1042001860.4800.070.22171.2546.659.61
Hex68C8BA300716ab2f3c
Octal1503102726007262535774
Binary1101000110010001011101011000001111011010101011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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