#6FEDBA

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

Shades of Downy #6FEDBA

Tints of Downy #6FEDBA

Color information

#6FEDBA (or 0x6FEDBA) is unknown color: approx Downy. HEX triplet: 6F, ED and BA. RGB value is (111,237,186). Sum of RGB (Red+Green+Blue) = 111+237+186=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDBA is #901245. Grayscale: #C1C1C1. Windows color (decimal): -9441862 or 12250479. OLE color: 12250479.

HSL color Cylindrical-coordinate representation of color #6FEDBA: hue angle of 155.71º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEDBA is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB111237186-
CMYK0.5300.220.07
HSL155.71º77.78%68.24%-
HSV(B)155.71º53.16%92.94%-
XYZ45.767.4957.07-
YUV193.51123.7669.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.79%
GREEN value IS 237 (92.97% from 255) = 44.38%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=20.79%
G=44.38%
B=34.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1112371860.5300.220.07155.7177.7868.24
Hex6FEDBA3501679c4e44
Octal157355272650267234116104
Binary110111111101101101110101101010101101111001110010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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