#68DCC7

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

Shades of Downy #68DCC7

Tints of Downy #68DCC7

Color information

#68DCC7 (or 0x68DCC7) is unknown color: approx Downy. HEX triplet: 68, DC and C7. RGB value is (104,220,199). Sum of RGB (Red+Green+Blue) = 104+220+199=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCC7 is #972338. Grayscale: #B6B6B6. Windows color (decimal): -9904953 or 13098088. OLE color: 13098088.

HSL color Cylindrical-coordinate representation of color #68DCC7: hue angle of 169.14º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DCC7 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB104220199-
CMYK0.5300.100.14
HSL169.14º62.37%63.53%-
HSV(B)169.14º52.73%86.27%-
XYZ41.6158.2563.08-
YUV182.92137.0771.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.89%
GREEN value IS 220 (86.33% from 255) = 42.07%
BLUE value IS 199 (78.12% from 255) = 38.05%
R=19.89%
G=42.07%
B=38.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1042201990.5300.100.14169.1462.3763.53
Hex68DCC7350AEa93e40
Octal150334307650121625176100
Binary11010001101110011000111110101010101110101010011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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