#68C3BD

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

Shades of Downy #68C3BD

Tints of Downy #68C3BD

Color information

#68C3BD (or 0x68C3BD) is unknown color: approx Downy. HEX triplet: 68, C3 and BD. RGB value is (104,195,189). Sum of RGB (Red+Green+Blue) = 104+195+189=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #68C3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C3BD is #973C42. Grayscale: #A7A7A7. Windows color (decimal): -9911363 or 12436328. OLE color: 12436328.

HSL color Cylindrical-coordinate representation of color #68C3BD: hue angle of 176.04º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C3BD is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB104195189-
CMYK0.4700.030.24
HSL176.04º43.13%58.63%-
HSV(B)176.04º46.67%76.47%-
XYZ34.4145.6555.14-
YUV167.11140.3582.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.31%
GREEN value IS 195 (76.56% from 255) = 39.96%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=21.31%
G=39.96%
B=38.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041951890.4700.030.24176.0443.1358.63
Hex68C3BD2F0318b02b3b
Octal1503032755703302605373
Binary110100011000011101111011011110111100010110000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,195,189); }

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

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

 a { background-color: rgb(104,195,189); }

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

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

 span { border-color: rgb(104,195,189); }

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