#68C8B5

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

Shades of Downy #68C8B5

Tints of Downy #68C8B5

Color information

#68C8B5 (or 0x68C8B5) is unknown color: approx Downy. HEX triplet: 68, C8 and B5. RGB value is (104,200,181). Sum of RGB (Red+Green+Blue) = 104+200+181=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #68C8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C8B5 is #97374A. Grayscale: #A9A9A9. Windows color (decimal): -9910091 or 11913320. OLE color: 11913320.

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

Color convert

RGB104200181-
CMYK0.4800.090.22
HSL168.12º46.6%59.61%-
HSV(B)168.12º48%78.43%-
XYZ34.747.5951.07-
YUV169.13134.781.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.44%
GREEN value IS 200 (78.52% from 255) = 41.24%
BLUE value IS 181 (71.09% from 255) = 37.32%
R=21.44%
G=41.24%
B=37.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1042001810.4800.090.22168.1246.659.61
Hex68C8B5300916a82f3c
Octal15031026560011262505774
Binary11010001100100010110101110000010011011010101000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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