#68DBC1

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

Shades of Downy #68DBC1

Tints of Downy #68DBC1

Color information

#68DBC1 (or 0x68DBC1) is unknown color: approx Downy. HEX triplet: 68, DB and C1. RGB value is (104,219,193). Sum of RGB (Red+Green+Blue) = 104+219+193=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DBC1 is #97243E. Grayscale: #B5B5B5. Windows color (decimal): -9905215 or 12704616. OLE color: 12704616.

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

Color convert

RGB104219193-
CMYK0.5300.120.14
HSL166.43º61.5%63.33%-
HSV(B)166.43º52.51%85.88%-
XYZ40.6757.4659.4-
YUV181.65134.472.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.16%
GREEN value IS 219 (85.94% from 255) = 42.44%
BLUE value IS 193 (75.78% from 255) = 37.40%
R=20.16%
G=42.44%
B=37.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1042191930.5300.120.14166.4361.563.33
Hex68DBC1350CEa63d3f
Octal15033330165014162467577
Binary1101000110110111100000111010101100111010100110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,219,193); }

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

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

 a { background-color: rgb(104,219,193); }

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

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

 span { border-color: rgb(104,219,193); }

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