#69C2BE

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

Shades of Downy #69C2BE

Tints of Downy #69C2BE

Color information

#69C2BE (or 0x69C2BE) is unknown color: approx Downy. HEX triplet: 69, C2 and BE. RGB value is (105,194,190). Sum of RGB (Red+Green+Blue) = 105+194+190=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #69C2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C2BE is #963D41. Grayscale: #A6A6A6. Windows color (decimal): -9846082 or 12501609. OLE color: 12501609.

HSL color Cylindrical-coordinate representation of color #69C2BE: hue angle of 177.3º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C2BE is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB105194190-
CMYK0.4600.020.24
HSL177.3º42.18%58.63%-
HSV(B)177.3º45.88%76.08%-
XYZ34.4145.355.65-
YUV166.93141.0183.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.47%
GREEN value IS 194 (76.17% from 255) = 39.67%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=21.47%
G=39.67%
B=38.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1051941900.4600.020.24177.342.1858.63
Hex69C2BE2E0218b12a3b
Octal1513022765602302615273
Binary110100111000010101111101011100101100010110001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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