#6FD5BA

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

Shades of Downy #6FD5BA

Tints of Downy #6FD5BA

Color information

#6FD5BA (or 0x6FD5BA) is unknown color: approx Downy. HEX triplet: 6F, D5 and BA. RGB value is (111,213,186). Sum of RGB (Red+Green+Blue) = 111+213+186=510 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.76% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD5BA is #902A45. Grayscale: #B3B3B3. Windows color (decimal): -9448006 or 12244335. OLE color: 12244335.

HSL color Cylindrical-coordinate representation of color #6FD5BA: hue angle of 164.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD5BA is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB111213186-
CMYK0.4800.130.16
HSL164.12º54.84%63.53%-
HSV(B)164.12º47.89%83.53%-
XYZ39.2154.5154.91-
YUV179.42131.7179.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.76%
GREEN value IS 213 (83.59% from 255) = 41.76%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=21.76%
G=41.76%
B=36.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1112131860.4800.130.16164.1254.8463.53
Hex6FD5BA300D10a43740
Octal157325272600152024467100
Binary110111111010101101110101100000110110000101001001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FD5BA; }

 p { color: rgb(111,213,186); }

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

<style>
 a { background-color: #6FD5BA; }

 a { background-color: rgb(111,213,186); }

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

<style>
 span { border-color: #6FD5BA; }

 span { border-color: rgb(111,213,186); }

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