#69C0BA

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

Shades of Downy #69C0BA

Tints of Downy #69C0BA

Color information

#69C0BA (or 0x69C0BA) is unknown color: approx Downy. HEX triplet: 69, C0 and BA. RGB value is (105,192,186). Sum of RGB (Red+Green+Blue) = 105+192+186=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #69C0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C0BA is #963F45. Grayscale: #A5A5A5. Windows color (decimal): -9846598 or 12238953. OLE color: 12238953.

HSL color Cylindrical-coordinate representation of color #69C0BA: hue angle of 175.86º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69C0BA is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB105192186-
CMYK0.4500.030.25
HSL175.86º40.85%58.24%-
HSV(B)175.86º45.31%75.29%-
XYZ33.5444.2553.23-
YUV165.3139.6884.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.74%
GREEN value IS 192 (75.39% from 255) = 39.75%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=21.74%
G=39.75%
B=38.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051921860.4500.030.25175.8640.8558.24
Hex69C0BA2D0319b0293a
Octal1513002725503312605172
Binary110100111000000101110101011010111100110110000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,192,186); }

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

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

 a { background-color: rgb(105,192,186); }

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

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

 span { border-color: rgb(105,192,186); }

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