#69C3BF

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

Shades of Downy #69C3BF

Tints of Downy #69C3BF

Color information

#69C3BF (or 0x69C3BF) is unknown color: approx Downy. HEX triplet: 69, C3 and BF. RGB value is (105,195,191). Sum of RGB (Red+Green+Blue) = 105+195+191=491 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.38% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #69C3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C3BF is #963C40. Grayscale: #A7A7A7. Windows color (decimal): -9845825 or 12567401. OLE color: 12567401.

HSL color Cylindrical-coordinate representation of color #69C3BF: hue angle of 177.33º degrees, saturation: 0.43, 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 #69C3BF is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB105195191-
CMYK0.4600.020.24
HSL177.33º42.86%58.82%-
HSV(B)177.33º46.15%76.47%-
XYZ34.7445.856.3-
YUV167.63141.1883.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.38%
GREEN value IS 195 (76.56% from 255) = 39.71%
BLUE value IS 191 (75% from 255) = 38.90%
R=21.38%
G=39.71%
B=38.90%

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
Decimal1051951910.4600.020.24177.3342.8658.82
Hex69C3BF2E0218b12b3b
Octal1513032775602302615373
Binary110100111000011101111111011100101100010110001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,195,191); }

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

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

 a { background-color: rgb(105,195,191); }

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

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

 span { border-color: rgb(105,195,191); }

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