#68C7BD

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

Shades of Downy #68C7BD

Tints of Downy #68C7BD

Color information

#68C7BD (or 0x68C7BD) is unknown color: approx Downy. HEX triplet: 68, C7 and BD. RGB value is (104,199,189). Sum of RGB (Red+Green+Blue) = 104+199+189=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 199 - color contains mainly: green. Hex color #68C7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C7BD is #973842. Grayscale: #A9A9A9. Windows color (decimal): -9910339 or 12437352. OLE color: 12437352.

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

Color convert

RGB104199189-
CMYK0.4800.050.22
HSL173.68º45.89%59.41%-
HSV(B)173.68º47.74%78.04%-
XYZ35.3247.4655.44-
YUV169.46139.0381.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.14%
GREEN value IS 199 (78.12% from 255) = 40.45%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=21.14%
G=40.45%
B=38.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1041991890.4800.050.22173.6845.8959.41
Hex68C7BD300516ae2e3b
Octal1503072756005262565673
Binary1101000110001111011110111000001011011010101110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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