#69D7BB

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

Shades of Downy #69D7BB

Tints of Downy #69D7BB

Color information

#69D7BB (or 0x69D7BB) is unknown color: approx Downy. HEX triplet: 69, D7 and BB. RGB value is (105,215,187). Sum of RGB (Red+Green+Blue) = 105+215+187=507 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.71% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #69D7BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D7BB is #962844. Grayscale: #B2B2B2. Windows color (decimal): -9840709 or 12310377. OLE color: 12310377.

HSL color Cylindrical-coordinate representation of color #69D7BB: hue angle of 164.73º 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 #69D7BB is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB105215187-
CMYK0.5100.130.16
HSL164.73º57.89%62.75%-
HSV(B)164.73º51.16%84.31%-
XYZ39.155.1955.61-
YUV178.92132.5675.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.71%
GREEN value IS 215 (84.38% from 255) = 42.41%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=20.71%
G=42.41%
B=36.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1052151870.5100.130.16164.7357.8962.75
Hex69D7BB330D10a53a3f
Octal15132727363015202457277
Binary11010011101011110111011110011011011000010100101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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