#69D7B9

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

Shades of Downy #69D7B9

Tints of Downy #69D7B9

Color information

#69D7B9 (or 0x69D7B9) is unknown color: approx Downy. HEX triplet: 69, D7 and B9. RGB value is (105,215,185). Sum of RGB (Red+Green+Blue) = 105+215+185=505 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.79% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #69D7B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D7B9 is #962846. Grayscale: #B2B2B2. Windows color (decimal): -9840711 or 12179305. OLE color: 12179305.

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

Color convert

RGB105215185-
CMYK0.5100.140.16
HSL163.64º57.89%62.75%-
HSV(B)163.64º51.16%84.31%-
XYZ38.8855.1154.49-
YUV178.69131.5675.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.79%
GREEN value IS 215 (84.38% from 255) = 42.57%
BLUE value IS 185 (72.66% from 255) = 36.63%
R=20.79%
G=42.57%
B=36.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1052151850.5100.140.16163.6457.8962.75
Hex69D7B9330E10a43a3f
Octal15132727163016202447277
Binary11010011101011110111001110011011101000010100100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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