#69DDBF

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

Shades of Downy #69DDBF

Tints of Downy #69DDBF

Color information

#69DDBF (or 0x69DDBF) is unknown color: approx Downy. HEX triplet: 69, DD and BF. RGB value is (105,221,191). Sum of RGB (Red+Green+Blue) = 105+221+191=517 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.31% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #69DDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DDBF is #962240. Grayscale: #B6B6B6. Windows color (decimal): -9839169 or 12574057. OLE color: 12574057.

HSL color Cylindrical-coordinate representation of color #69DDBF: hue angle of 164.48º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DDBF is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB105221191-
CMYK0.5200.140.13
HSL164.48º63.04%63.92%-
HSV(B)164.48º52.49%86.67%-
XYZ41.0958.4858.41-
YUV182.9132.5772.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.31%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 191 (75% from 255) = 36.94%
R=20.31%
G=42.75%
B=36.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052211910.5200.140.13164.4863.0463.92
Hex69DDBF340EDa43f40
Octal151335277640161524477100
Binary11010011101110110111111110100011101101101001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69DDBF; }

 p { color: rgb(105,221,191); }

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

<style>
 a { background-color: #69DDBF; }

 a { background-color: rgb(105,221,191); }

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

<style>
 span { border-color: #69DDBF; }

 span { border-color: rgb(105,221,191); }

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