#68D7CC

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

Shades of Downy #68D7CC

Tints of Downy #68D7CC

Color information

#68D7CC (or 0x68D7CC) is unknown color: approx Downy. HEX triplet: 68, D7 and CC. RGB value is (104,215,204). Sum of RGB (Red+Green+Blue) = 104+215+204=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 215 - color contains mainly: green. Hex color #68D7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D7CC is #972833. Grayscale: #B4B4B4. Windows color (decimal): -9906228 or 13424488. OLE color: 13424488.

HSL color Cylindrical-coordinate representation of color #68D7CC: hue angle of 174.05º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D7CC is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB104215204-
CMYK0.5200.050.16
HSL174.05º58.12%62.55%-
HSV(B)174.05º51.63%84.31%-
XYZ40.9155.965.76-
YUV180.56141.2373.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.89%
GREEN value IS 215 (84.38% from 255) = 41.11%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=19.89%
G=41.11%
B=39.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1042152040.5200.050.16174.0558.1262.55
Hex68D7CC340510ae3a3f
Octal1503273146405202567277
Binary1101000110101111100110011010001011000010101110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,215,204); }

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

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

 a { background-color: rgb(104,215,204); }

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

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

 span { border-color: rgb(104,215,204); }

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