#69DFB9

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

Shades of Downy #69DFB9

Tints of Downy #69DFB9

Color information

#69DFB9 (or 0x69DFB9) is unknown color: approx Downy. HEX triplet: 69, DF and B9. RGB value is (105,223,185). Sum of RGB (Red+Green+Blue) = 105+223+185=513 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.47% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #69DFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DFB9 is #962046. Grayscale: #B7B7B7. Windows color (decimal): -9838663 or 12181353. OLE color: 12181353.

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

Color convert

RGB105223185-
CMYK0.5300.170.13
HSL160.68º64.84%64.31%-
HSV(B)160.68º52.91%87.45%-
XYZ40.9759.2855.18-
YUV183.39128.9172.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.47%
GREEN value IS 223 (87.5% from 255) = 43.47%
BLUE value IS 185 (72.66% from 255) = 36.06%
R=20.47%
G=43.47%
B=36.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052231850.5300.170.13160.6864.8464.31
Hex69DFB935011Da14140
Octal1513372716502115241101100
Binary1101001110111111011100111010101000111011010000110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,223,185); }

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

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

 a { background-color: rgb(105,223,185); }

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

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

 span { border-color: rgb(105,223,185); }

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