#69C1BD

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

Shades of Downy #69C1BD

Tints of Downy #69C1BD

Color information

#69C1BD (or 0x69C1BD) is unknown color: approx Downy. HEX triplet: 69, C1 and BD. RGB value is (105,193,189). Sum of RGB (Red+Green+Blue) = 105+193+189=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 193 - color contains mainly: green. Hex color #69C1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C1BD is #963E42. Grayscale: #A6A6A6. Windows color (decimal): -9846339 or 12435817. OLE color: 12435817.

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

Color convert

RGB105193189-
CMYK0.4600.020.24
HSL177.27º41.51%58.43%-
HSV(B)177.27º45.6%75.69%-
XYZ34.0844.8255-
YUV166.23140.8584.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.56%
GREEN value IS 193 (75.78% from 255) = 39.63%
BLUE value IS 189 (74.22% from 255) = 38.81%
R=21.56%
G=39.63%
B=38.81%

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
Decimal1051931890.4600.020.24177.2741.5158.43
Hex69C1BD2E0218b12a3a
Octal1513012755602302615272
Binary110100111000001101111011011100101100010110001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,193,189); }

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

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

 a { background-color: rgb(105,193,189); }

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

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

 span { border-color: rgb(105,193,189); }

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