#69D7BE

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

Shades of Downy #69D7BE

Tints of Downy #69D7BE

Color information

#69D7BE (or 0x69D7BE) is unknown color: approx Downy. HEX triplet: 69, D7 and BE. RGB value is (105,215,190). Sum of RGB (Red+Green+Blue) = 105+215+190=510 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.59% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #69D7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D7BE is #962841. Grayscale: #B3B3B3. Windows color (decimal): -9840706 or 12506985. OLE color: 12506985.

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

Color convert

RGB105215190-
CMYK0.5100.120.16
HSL166.36º57.89%62.75%-
HSV(B)166.36º51.16%84.31%-
XYZ39.4255.3257.32-
YUV179.26134.0675.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.59%
GREEN value IS 215 (84.38% from 255) = 42.16%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=20.59%
G=42.16%
B=37.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1052151900.5100.120.16166.3657.8962.75
Hex69D7BE330C10a63a3f
Octal15132727663014202467277
Binary11010011101011110111110110011011001000010100110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,215,190); }

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

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

 a { background-color: rgb(105,215,190); }

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

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

 span { border-color: rgb(105,215,190); }

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