#6FE5BF

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

Shades of Downy #6FE5BF

Tints of Downy #6FE5BF

Color information

#6FE5BF (or 0x6FE5BF) is unknown color: approx Downy. HEX triplet: 6F, E5 and BF. RGB value is (111,229,191). Sum of RGB (Red+Green+Blue) = 111+229+191=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE5BF is #901A40. Grayscale: #BDBDBD. Windows color (decimal): -9443905 or 12576111. OLE color: 12576111.

HSL color Cylindrical-coordinate representation of color #6FE5BF: hue angle of 160.68º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE5BF is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB111229191-
CMYK0.5200.170.10
HSL160.68º69.41%66.67%-
HSV(B)160.68º51.53%89.8%-
XYZ43.9863.1859.17-
YUV189.39128.9172.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.90%
GREEN value IS 229 (89.84% from 255) = 43.13%
BLUE value IS 191 (75% from 255) = 35.97%
R=20.90%
G=43.13%
B=35.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1112291910.5200.170.10160.6869.4166.67
Hex6FE5BF34011Aa14543
Octal1573452776402112241105103
Binary1101111111001011011111111010001000110101010000110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,229,191); }

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

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

 a { background-color: rgb(111,229,191); }

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

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

 span { border-color: rgb(111,229,191); }

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