#68C3BC

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

Shades of Downy #68C3BC

Tints of Downy #68C3BC

Color information

#68C3BC (or 0x68C3BC) is unknown color: approx Downy. HEX triplet: 68, C3 and BC. RGB value is (104,195,188). Sum of RGB (Red+Green+Blue) = 104+195+188=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #68C3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C3BC is #973C43. Grayscale: #A6A6A6. Windows color (decimal): -9911364 or 12370792. OLE color: 12370792.

HSL color Cylindrical-coordinate representation of color #68C3BC: hue angle of 175.38º 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 #68C3BC is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB104195188-
CMYK0.4700.040.24
HSL175.38º43.13%58.63%-
HSV(B)175.38º46.67%76.47%-
XYZ34.345.654.57-
YUV166.99139.8583.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.36%
GREEN value IS 195 (76.56% from 255) = 40.04%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=21.36%
G=40.04%
B=38.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041951880.4700.040.24175.3843.1358.63
Hex68C3BC2F0418af2b3b
Octal1503032745704302575373
Binary1101000110000111011110010111101001100010101111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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